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
dc8f79a
·
1 Parent(s):
46eba93
debug mode
Browse files
Files changed (1)
hide
show
app.py
+6
-1
app.py
CHANGED
Viewed
@@ -1172,4 +1172,9 @@ with gr.Blocks() as app:
1172
"""
1173
)
1174
1175
-
app.launch(
)
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
+
)