Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rudrameher45
/
modelq
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Rudrameher45
commited on
Jan 6
Commit
fa22e97
·
verified
·
1 Parent(s):
a5a2a8b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,6 +41,6 @@ def home():
41
42
# Run the app
43
if __name__ == '__main__':
44
-
app.run(
host='0.0.0.0', port=5000,
debug=False)
45
46
41
42
# Run the app
43
if __name__ == '__main__':
44
+
app.run(debug=False)
45
46