Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
demavior
/
whisper_gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
demavior
commited on
Oct 2, 2024
Commit
6dc8dcd
·
verified
·
1 Parent(s):
20a2eb2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ gradio_app = gr.Interface(
31
)
32
33
if __name__ == "__main__":
34
-
gradio_app.launch()
31
)
32
33
if __name__ == "__main__":
34
+
gradio_app.launch(
share=True
)