Nee to make app public to be used by third party c.a. github io

#4
by RCaz - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ iface = gr.ChatInterface(
178
  api_name="chat",
179
  )
180
 
181
- iface.launch()
 
178
  api_name="chat",
179
  )
180
 
181
+ iface.launch(share=True)