mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
reverse order
This commit is contained in:
parent
fb275fa4ea
commit
7a62522337
@ -48,7 +48,7 @@ var io_master_template = {
|
||||
output = output["data"];
|
||||
this.target.find(".loading").addClass("invisible");
|
||||
this.target.find(".output_interfaces").css("opacity", 1);
|
||||
this.order_mapping = sortWithIndices(output);
|
||||
this.order_mapping = sortWithIndices(output).reverse();
|
||||
callback();
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user