Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ with gr.Blocks(title="RAG chatbot", theme="Soft") as demo:
|
|
45 |
|
46 |
if __name__ == '__main__':
|
47 |
demo.queue()
|
48 |
-
demo.launch(auth=(
|
|
|
45 |
|
46 |
if __name__ == '__main__':
|
47 |
demo.queue()
|
48 |
+
demo.launch(auth=(share=True)
|