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