Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jchen8000
/
RAG_Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jchen8000
commited on
May 27
Commit
7d2c69b
·
verified
·
1 Parent(s):
777fd12
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
136
)
137
138
# Launch the Gradio app
139
-
demo.launch()
136
)
137
138
# Launch the Gradio app
139
+
demo.launch(
share=True
)