Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -571,4 +571,4 @@ with gr.Blocks() as demo:
|
|
571 |
outputs=[instruction_input, knowledge_input, output_component, history_state, history_output]
|
572 |
)
|
573 |
|
574 |
-
demo.queue().launch()
|
|
|
571 |
outputs=[instruction_input, knowledge_input, output_component, history_state, history_output]
|
572 |
)
|
573 |
|
574 |
+
demo.queue().launch(share=True)
|