UrielSaltoOroz commited on
Commit
efd8683
·
1 Parent(s): ab756b2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,6 +48,6 @@ with gr.Blocks() as dialog_app:
48
  txt.submit(get_model_reply, [txt, state], [chatbot, state])
49
 
50
  # launches the app in a new local port
51
- dialog_app.launch(share=True)
52
 
53
 
 
48
  txt.submit(get_model_reply, [txt, state], [chatbot, state])
49
 
50
  # launches the app in a new local port
51
+ dialog_app.launch()
52
 
53