Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thechaiexperiment
/
TeaRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thechaiexperiment
commited on
Jan 8
Commit
4ef7342
·
1 Parent(s):
31bad44
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -216,4 +216,5 @@ if not init_success:
216
exit(1)
217
218
if __name__ == "__main__":
219
-
app.run(host='0.0.0.0', port=7860)
216
exit(1)
217
218
if __name__ == "__main__":
219
+
app.run(host='0.0.0.0', port=7860)
220
+