Spaces:
Sleeping
Sleeping
tungedng2710
commited on
Update app.py
Browse files
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)
|