Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yoyolicoris/diffvox
sanskaragrawal410037
/
diffvox
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanskaragrawal410037
commited on
Jan 31
Commit
9296038
·
verified
·
1 Parent(s):
d9548a6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1100,4 +1100,4 @@ with gr.Blocks() as demo:
1100
outputs=[audio_output],
1101
)
1102
1103
-
demo.launch()
1100
outputs=[audio_output],
1101
)
1102
1103
+
demo.launch(
server_name="0.0.0.0", server_port=8003
)