Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhaykoul
/
backend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Abhaykoul
commited on
Oct 3, 2024
Commit
129f6cb
·
verified
·
1 Parent(s):
68231c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ def test_proxies():
52
return jsonify(results)
53
54
if __name__ == '__main__':
55
-
app.run(debug=True)
52
return jsonify(results)
53
54
if __name__ == '__main__':
55
+
app.run(
host='0.0.0.0', port=7860,
debug=True)