emergency fix for broken send to buttons

This commit is contained in:
AUTOMATIC
2022-10-13 20:42:27 +03:00
parent 354ef0da3b
commit 08b3f7aef1
2 changed files with 5 additions and 5 deletions

View File

@@ -1434,7 +1434,7 @@ Requested path was: {f}
settings_interface.gradio_ref = demo
with gr.Tabs() as tabs:
with gr.Tabs(elem_id="tabs") as tabs:
for interface, label, ifid in interfaces:
with gr.TabItem(label, id=ifid, elem_id='tab_' + ifid):
interface.render()