Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rabbitt-AI
/
ChanceRAG
like
5
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Tushar Malik
commited on
Sep 5, 2024
Commit
48c261a
·
verified
·
1 Parent(s):
6105a36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -549,4 +549,4 @@ iface = gr.Interface(
549
title="Chat with Document"
550
)
551
552
-
iface.launch()
549
title="Chat with Document"
550
)
551
552
+
iface.launch(
share=True
)