pmelnechuk commited on
Commit
a28046d
·
verified ·
1 Parent(s): 6315b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ if __name__=="__main__":
70
  description="Interfaz simple de chatbot con Gradio."
71
  )
72
 
73
- iface.launch()
 
70
  description="Interfaz simple de chatbot con Gradio."
71
  )
72
 
73
+ iface.launch(share=True)