Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gobeldan
/
Fast-Whisper-Small-Webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gobeldan
commited on
Feb 2, 2024
Commit
4a31eda
·
verified
·
1 Parent(s):
b4f3cf4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,5 +132,5 @@ with gr.Blocks(title="Fast Whisper WebUI") as demo:
132
)
133
134
if __name__ == "__main__":
135
-
demo.launch()
136
132
)
133
134
if __name__ == "__main__":
135
+
demo.launch(
share=True
)
136