Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
girishwangikar
/
GraphRAG
like
9
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
girishwangikar
commited on
19 days ago
Commit
794fa90
·
verified
·
1 Parent(s):
f0471c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -223,4 +223,4 @@ with gr.Blocks(title="Knowledge Graph RAG") as iface:
223
""")
224
225
if __name__ == "__main__":
226
-
iface.launch()
223
""")
224
225
if __name__ == "__main__":
226
+
iface.launch(
server_name="0.0.0.0", server_port=7860
)