hank1229 commited on
Commit
47a3da7
·
verified ·
1 Parent(s): 3fa03d2

Update app.py

Browse files

Remove share flag

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ iface = gr.Interface(
66
  )
67
 
68
  if __name__ == "__main__":
69
- iface.launch(server_name="0.0.0.0", share=True)
70
 
 
66
  )
67
 
68
  if __name__ == "__main__":
69
+ iface.launch(server_name="0.0.0.0", ssr_mode = False)
70