RCaz commited on
Commit
99d4ac7
·
1 Parent(s): 6272ec0

set the app sharing true in lauch

Browse files
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)