Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vanhai123
/
ragflow-enterprise-search-app
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vanhai123
commited on
Apr 28
Commit
2422960
·
verified
·
1 Parent(s):
0a5ee4c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -196,5 +196,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
196
)
197
198
199
-
demo.launch(
share=True
)
200
196
)
197
198
199
+
demo.launch()
200
+
201