vivym commited on
Commit
fc3685f
1 Parent(s): 4a582ec

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def main():
169
  outputs=image_output,
170
  )
171
 
172
- app.launch(share=True)
173
 
174
 
175
  if __name__ == "__main__":
 
169
  outputs=image_output,
170
  )
171
 
172
+ app.launch()
173
 
174
 
175
  if __name__ == "__main__":