Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,7 @@ interface_video = gr.Interface(
|
|
| 38 |
examples=video_path,
|
| 39 |
cache_examples=False,
|
| 40 |
)
|
|
|
|
| 41 |
gr.TabbedInterface(
|
| 42 |
[image_interface, interface_video],
|
| 43 |
tab_names=['Image inference', 'Video inference']
|
|
|
|
| 38 |
examples=video_path,
|
| 39 |
cache_examples=False,
|
| 40 |
)
|
| 41 |
+
|
| 42 |
gr.TabbedInterface(
|
| 43 |
[image_interface, interface_video],
|
| 44 |
tab_names=['Image inference', 'Video inference']
|