Update app.py
Browse files
app.py
CHANGED
|
@@ -105,4 +105,4 @@ video_iface = gr.Interface(
|
|
| 105 |
demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
|
| 106 |
|
| 107 |
if __name__ == '__main__':
|
| 108 |
-
|
|
|
|
| 105 |
demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
|
| 106 |
|
| 107 |
if __name__ == '__main__':
|
| 108 |
+
demo.launch()
|