Hugging Face
Models
Datasets
Spaces
Community
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...
Update app.py
#1
by
Rudrameher45
- opened
Jan 6
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ def home():
41
42
# Run the app
43
if __name__ == '__main__':
44
-
app.run(app.run(port=5001, debug=False)
45
46
47
41
42
# Run the app
43
if __name__ == '__main__':
44
+
app.run(app.run(port=5001, debug=False)
)
45
46
47