lu-ny commited on
Commit
445332e
·
1 Parent(s): 785e82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def launch_interface():
173
  theme='ParityError/Interstellar',
174
  )
175
 
176
- iface.launch(debug=True)
177
 
178
  if __name__=="__main__":
179
  launch_interface()
 
173
  theme='ParityError/Interstellar',
174
  )
175
 
176
+ iface.launch(share=True)
177
 
178
  if __name__=="__main__":
179
  launch_interface()