Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SE-Arena
/
Software-Engineering-Arena
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zhiminy
commited on
9 days ago
Commit
adfb223
·
1 Parent(s):
dc8f79a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-6
app.py
CHANGED
Viewed
@@ -1172,9 +1172,4 @@ with gr.Blocks() as app:
1172
"""
1173
)
1174
1175
-
app.launch(
1176
-
server_name="0.0.0.0",
1177
-
server_port=7860,
1178
-
show_error=True,
1179
-
debug=True
1180
-
)
1172
"""
1173
)
1174
1175
+
app.launch(
)