Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,4 +106,4 @@ with gr.Blocks() as demo:
|
|
| 106 |
timer.tick(flush_buffer, outputs=chatbot)
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
| 109 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 106 |
timer.tick(flush_buffer, outputs=chatbot)
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
| 109 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|