Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k2-fsa
/
automatic-speech-recognition
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
csukuangfj
commited on
22 days ago
Commit
ec73a82
·
1 Parent(s):
9eb140c
set share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -433,4 +433,4 @@ if __name__ == "__main__":
433
434
logging.basicConfig(format=formatter, level=logging.INFO)
435
436
-
demo.launch()
433
434
logging.basicConfig(format=formatter, level=logging.INFO)
435
436
+
demo.launch(
share=True
)