pablo-sampaio commited on
Commit
5e7c087
1 Parent(s): 8c2475b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,6 +79,6 @@ tentando iniciar novos assuntos. Fale, no máximo, três frases por mensagem. E
79
  user_msg.submit( respond, inputs=[system, user_msg, chatbot, temperature, voice], outputs=[user_msg, chatbot, audio_out]) # Press enter to submit - same effect
80
 
81
 
82
- demo.queue().launch(share=True)
83
 
84
 
 
79
  user_msg.submit( respond, inputs=[system, user_msg, chatbot, temperature, voice], outputs=[user_msg, chatbot, audio_out]) # Press enter to submit - same effect
80
 
81
 
82
+ demo.queue().launch()
83
 
84