Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AlexKagan
/
RAG_sample1
like
0
Runtime error
App
Files
Files
Community
AlexKagan
commited on
Nov 28, 2023
Commit
4be05e3
•
1 Parent(s):
6d47f1e
add share=True to demo.launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
128
gr.Examples(examples, txt)
129
130
demo.queue()
131
-
demo.launch(debug=True)
128
gr.Examples(examples, txt)
129
130
demo.queue()
131
+
demo.launch(debug=True
, share=True
)