Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeonceNsh
/
usgov-contracts-rag
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LeonceNsh
commited on
Nov 1, 2024
Commit
ff81feb
·
verified
·
1 Parent(s):
df67c56
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -266,4 +266,4 @@ with gr.Blocks() as demo:
266
)
267
268
# Launch the app
269
-
demo.launch()
266
)
267
268
# Launch the app
269
+
demo.launch(
share=True
)