Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def Vid2Sum(vid_file):
|
|
15 |
print(Summarize(text["text"]))
|
16 |
|
17 |
iface = gr.Interface(fn=Vid2Sum, inputs="video", outputs="text")
|
18 |
-
iface.launch(
|
|
|
15 |
print(Summarize(text["text"]))
|
16 |
|
17 |
iface = gr.Interface(fn=Vid2Sum, inputs="video", outputs="text")
|
18 |
+
iface.launch()
|