Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
frogcho123
/
s2s
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
frogcho123
commited on
Jun 6, 2023
Commit
86d0c47
·
1 Parent(s):
5c3c379
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,5 +58,5 @@ stt_demo = gr.Interface(
58
)
59
60
if __name__ == "__main__":
61
-
stt_demo.launch(
share=True
)
62
58
)
59
60
if __name__ == "__main__":
61
+
stt_demo.launch()
62