Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
coztomate
/
langchain_rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
coztomate
commited on
Dec 17, 2023
Commit
ddad92f
·
1 Parent(s):
4a8734f
231217: fix launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ gradio_app = gr.Interface(
55
)
56
57
if __name__ == "__main__":
58
-
gradio_app.launch()
55
)
56
57
if __name__ == "__main__":
58
+
gradio_app.launch(
share=True
)