tungedng2710 commited on
Commit
52a7f44
·
verified ·
1 Parent(s): db5ea6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -59,7 +59,5 @@ with gr.Blocks(theme=gr.Theme.from_hub("ParityError/Interstellar")) as demo:
59
  clear_button.click(fn=clear_image, outputs=[image_input, image_output])
60
 
61
  # Launch the interface
62
- demo.launch(server_name="0.0.0.0",
63
- server_port=7862,
64
- favicon_path="stuffs/favicon.png",
65
  max_threads=99)
 
59
  clear_button.click(fn=clear_image, outputs=[image_input, image_output])
60
 
61
  # Launch the interface
62
+ demo.launch(server_name="0.0.0.0",
 
 
63
  max_threads=99)