Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OrganizedProgrammers
/
Test-Flask-API-v1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Almaatla
commited on
Jun 17, 2023
Commit
596c401
·
1 Parent(s):
bc9bc28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ def hello():
12
return jsonify(message=message)
13
14
if __name__ == '__main__':
15
-
app.run()
12
return jsonify(message=message)
13
14
if __name__ == '__main__':
15
+
app.run(
host="0.0.0.0", port=7860
)