yyfz233 commited on
Commit
da56ac4
·
1 Parent(s): 443d50f

Remove server name

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -930,7 +930,4 @@ if __name__ == '__main__':
930
  outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
931
  )
932
 
933
- demo.queue(max_size=20).launch(show_error=True, share=True, server_port=10001, server_name='0.0.0.0')
934
-
935
-
936
-
 
930
  outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
931
  )
932
 
933
+ demo.queue(max_size=20).launch(show_error=True, share=True)