Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afouda
/
Audio_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
afouda
commited on
Oct 5, 2025
Commit
37cc499
·
verified
·
1 Parent(s):
a1645b3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -510,4 +510,4 @@ with gr.Blocks() as demo:
510
)
511
512
if __name__ == "__main__":
513
-
demo.launch(server_port=9090, debug=True)
510
)
511
512
if __name__ == "__main__":
513
+
demo.launch(server_port=9090, debug=True
,share=True
)