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
f161250
·
1 Parent(s):
2b86eba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,5 +60,5 @@ stt_demo = gr.Interface(
60
)
61
62
if __name__ == "__main__":
63
-
stt_demo.launch(
share=True
)
64
60
)
61
62
if __name__ == "__main__":
63
+
stt_demo.launch()
64