Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ayushdh96
/
openai-whisper-small.en
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ayushdh96
commited on
Sep 28, 2024
Commit
973366b
·
verified
·
1 Parent(s):
71e63d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
31
# Launch the interface
32
if __name__ == "__main__":
33
-
iface.launch()
30
31
# Launch the interface
32
if __name__ == "__main__":
33
+
iface.launch(
share=True
)