Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
girishwangikar
/
GraphRAG
like
9
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
girishwangikar
commited on
about 1 month ago
Commit
61b061a
·
verified
·
1 Parent(s):
b23fb77
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -199,5 +199,5 @@ with gr.Blocks() as iface:
199
"""
200
gr.Markdown(footer_text)
201
202
-
iface.launch()
203
199
"""
200
gr.Markdown(footer_text)
201
202
+
iface.launch(
share=True
)
203