Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k2-fsa
/
automatic-speech-recognition-3
like
150
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
csukuangfj
commited on
9 days ago
Commit
4eda460
·
1 Parent(s):
97028f6
set share to True
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
)