Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Timemaster
/
multilingual-tts-v2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Timemaster
commited on
Oct 26, 2025
Commit
4ed7f20
·
verified
·
1 Parent(s):
2aea388
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ interface = gr.Interface(
46
47
48
if __name__ == "__main__":
49
-
anyio.run(
interface.launch
, backend="asyncio"
)
46
47
48
if __name__ == "__main__":
49
+
interface.launch
(
)