Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hprasath
/
image-processing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hprasath
commited on
Apr 8, 2024
Commit
7da0ad2
·
verified
·
1 Parent(s):
e752c22
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -338,4 +338,4 @@ def hello():
338
339
if __name__ == "__main__":
340
# Run the Flask app using Gunicorn
341
-
app.run(
host="0.0.0.0", port=7860
)
338
339
if __name__ == "__main__":
340
# Run the Flask app using Gunicorn
341
+
app.run()