Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
acecalisto3/DevToolKit
whackthejacker
/
DevToolKit
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
Apr 15, 2024
Commit
3d2cd56
·
verified
·
1 Parent(s):
03e800a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ def run_inference():
21
return jsonify(results)
22
23
if __name__ == '__main__':
24
-
app.run(debug=
True
)
21
return jsonify(results)
22
23
if __name__ == '__main__':
24
+
app.run(debug=
False
)