Spaces:
Runtime error
Runtime error
armgabrielyan
commited on
Commit
•
d80771b
1
Parent(s):
92ec1b9
Remove share flag
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ app = gr.Interface(
|
|
79 |
inputs=['video', 'text'],
|
80 |
outputs=['video', gr.outputs.Label(num_top_classes=3, type='auto')],
|
81 |
)
|
82 |
-
app.launch(
|
|
|
79 |
inputs=['video', 'text'],
|
80 |
outputs=['video', gr.outputs.Label(num_top_classes=3, type='auto')],
|
81 |
)
|
82 |
+
app.launch()
|