Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
supib4132
/
RAGExplo1234
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
supib4132
commited on
Apr 22, 2025
Commit
c7e3382
·
verified
·
1 Parent(s):
b31a0e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ iface = gr.Interface(
20
)
21
22
if __name__ == "__main__":
23
-
iface.launch()
20
)
21
22
if __name__ == "__main__":
23
+
iface.launch(
share=True
)