Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rgrainger
/
QuadAttack
like
4
Sleeping
App
Files
Files
Community
1
rgrainger
commited on
Jan 11
Commit
00ddcd8
•
1 Parent(s):
2d96c35
remove port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -208,4 +208,4 @@ with gr.Interface(predict_topk_accuracies,
208
209
210
if __name__ == "__main__":
211
-
app.launch(
server_port=9000
)
208
209
210
if __name__ == "__main__":
211
+
app.launch()