Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arrcttacsrks
/
Llama-3.2-3B_ChatX
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arrcttacsrks
commited on
Oct 29, 2024
Commit
3b9927d
·
verified
·
1 Parent(s):
a215059
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ def clear():
48
return jsonify({"status": "ok"})
49
50
if __name__ == "__main__":
51
-
app.run(debug=
True
)
48
return jsonify({"status": "ok"})
49
50
if __name__ == "__main__":
51
+
app.run(debug=
False
)