Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LoneWolfgang
/
Abalone-RAG-Demo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LoneWolfgang
commited on
Nov 12
Commit
9997982
·
1 Parent(s):
01bfc89
Added RAG
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -113,4 +113,5 @@ demo = gr.Interface(
113
)
114
115
if __name__ == "__main__":
116
-
demo.launch()
113
)
114
115
if __name__ == "__main__":
116
+
demo.launch(
server_name="0.0.0.0", server_port=7860, share=True
)
117
+