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
f75beb0
·
verified
·
1 Parent(s):
fa22e97
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -41,6 +41,7 @@ def home():
41
42
# Run the app
43
if __name__ == '__main__':
44
-
app.run(debug=False)
45
46
41
42
# Run the app
43
if __name__ == '__main__':
44
+
app.run(
app.run(port=5001,
debug=False)
45
+
46
47