Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
robertp408
/
SABRe-v2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lguyogiro
commited on
14 days ago
Commit
f57659d
·
1 Parent(s):
d1a33d9
glow up
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -113,4 +113,4 @@ def delete_data():
113
return 'Data deleted', 200
114
115
if __name__ == '__main__':
116
-
app.run(
debug
=
True
)
113
return 'Data deleted', 200
114
115
if __name__ == '__main__':
116
+
app.run(
host
=
"0.0.0.0", port=7860
)