Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,5 +124,5 @@ with gr.Blocks() as interface:
|
|
124 |
clear_btn.click(lambda: [None, None, None, None], inputs=[], outputs=[
|
125 |
image_input, palette_output, palette_image_output, css_code_output])
|
126 |
|
127 |
-
# Launch the interface
|
128 |
-
interface.launch(
|
|
|
124 |
clear_btn.click(lambda: [None, None, None, None], inputs=[], outputs=[
|
125 |
image_input, palette_output, palette_image_output, css_code_output])
|
126 |
|
127 |
+
# Launch the interface (without `share=True`)
|
128 |
+
interface.launch()
|