Spaces:
Runtime error
Runtime error
Tab name update
Browse files
app.py
CHANGED
|
@@ -106,4 +106,7 @@ interface_video = gr.Interface(
|
|
| 106 |
# live=True,
|
| 107 |
)
|
| 108 |
# interface_image.launch(debug=True, enable_queue=True)
|
| 109 |
-
gr.TabbedInterface(
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
# live=True,
|
| 107 |
)
|
| 108 |
# interface_image.launch(debug=True, enable_queue=True)
|
| 109 |
+
gr.TabbedInterface(
|
| 110 |
+
[interface_image, interface_video],
|
| 111 |
+
tab_names=['Image inference', 'Video inference']
|
| 112 |
+
).queue().launch()
|