Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SharryOG
/
MIA
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SharryOG
commited on
Jun 12, 2024
Commit
753a5f1
·
verified
·
1 Parent(s):
5bb2bb7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ def get_models():
73
return jsonify(models)
74
75
if __name__ == '__main__':
76
-
app.run(
debug=True
)
73
return jsonify(models)
74
75
if __name__ == '__main__':
76
+
app.run()