Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
josh-salako
/
stt_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
josh-salako
commited on
Nov 4, 2024
Commit
2ac0a7f
·
verified
·
1 Parent(s):
241b7d6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ iface = gr.Interface(
33
)
34
35
if __name__ == "__main__":
36
-
iface.launch()
33
)
34
35
if __name__ == "__main__":
36
+
iface.launch(
share=True
)