Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datasciencedojo
/
YouTube-video-transcript-generator
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
datasciencedojo
commited on
Nov 25, 2022
Commit
4558b86
·
1 Parent(s):
569f3c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ with gr.Blocks() as demo:
33
)
34
35
if __name__ == "__main__":
36
-
demo.launch(
share=True
)
33
)
34
35
if __name__ == "__main__":
36
+
demo.launch()