Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kabriske
/
Multilingual_Video_Subtitler
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
karin.brisker
commited on
Apr 19, 2023
Commit
31e7e40
·
1 Parent(s):
e65d468
typing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(video_identity,
25
)
26
27
pipeline = Pipeline()
28
-
demo.queue(max_size=15).launch(
share=True,
show_error=True)
25
)
26
27
pipeline = Pipeline()
28
+
demo.queue(max_size=15).launch(show_error=True)