Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Quantilytix/Quant-WhatsApp
williamagyapong
/
Quantx-WhatsApp
like
0
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
rairo
commited on
Dec 8, 2023
Commit
96af30c
·
1 Parent(s):
ce5a529
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -96,4 +96,4 @@ def whatsapp():
96
97
98
if __name__ == "__main__":
99
-
app.run(host="0.0.0.0", port=7860)
96
97
98
if __name__ == "__main__":
99
+
app.run(
debug=True,
host="0.0.0.0", port=7860)