Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SanjeevB1
/
vectorstore-qa-assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SanjeevB1
commited on
Nov 13, 2024
Commit
d07f86c
·
verified
·
1 Parent(s):
5d80708
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -216,4 +216,4 @@ iface = gr.Interface(
216
)
217
218
# Launch the interface
219
-
iface.launch(debug=True)
216
)
217
218
# Launch the interface
219
+
iface.launch(debug=True
, share=True
)