MattStammers commited on
Commit
b10dafc
·
1 Parent(s): 315af15

share = true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,4 +349,4 @@ iface = gr.Interface(
349
  article=hint,
350
  )
351
 
352
- iface.launch(server_name="0.0.0.0", server_port=7800)
 
349
  article=hint,
350
  )
351
 
352
+ iface.launch(share=True)