Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BeveledCube
/
bevelapi
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BeveledCube
commited on
Apr 16, 2024
Commit
5e6c5aa
·
1 Parent(s):
8f189b7
Fix port
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ def receive_data():
25
26
return jsonify(answer_data)
27
28
-
app.run(host="0.0.0.0", port=
25428
, debug=False)
25
26
return jsonify(answer_data)
27
28
+
app.run(host="0.0.0.0", port=
7860
, debug=False)