Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Hmjz100/MT3
mysushi
/
MT3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mysushi
commited on
May 27, 2024
Commit
66cddc2
·
verified
·
1 Parent(s):
a01614f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -331,4 +331,4 @@ gr.Interface(
331
description=description,
332
article=article,
333
examples=examples
334
-
).launch()
331
description=description,
332
article=article,
333
examples=examples
334
+
).launch(
server_port=7877
)