Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
girishwangikar
/
GraphRAG
like
9
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
girishwangikar
commited on
Aug 16, 2025
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