Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Qwen/Qwen3-ASR
laruss5
/
Qwen3-ASR
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
laruss5
commited on
Feb 5
Commit
056141a
·
verified
·
1 Parent(s):
fcfc63f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -345,4 +345,4 @@ This demo showcases the 1.7B model which provides excellent multilingual recogni
345
346
347
if __name__ == "__main__":
348
-
demo.launch()
345
346
347
if __name__ == "__main__":
348
+
demo.launch(
mcp_server=True
)