EdenSw commited on
Commit
7374c47
·
1 Parent(s): fe97f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
15
  print(Summarize(text["text"]))
16
 
17
  iface = gr.Interface(fn=Vid2Sum, inputs="video", outputs="text")
18
+ iface.launch()