Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ with gr.Blocks() as interface:
|
|
121 |
image_input, palette_output, palette_image_output, css_code_output])
|
122 |
|
123 |
# Launch the interface
|
124 |
-
interface.launch()
|
|
|
121 |
image_input, palette_output, palette_image_output, css_code_output])
|
122 |
|
123 |
# Launch the interface
|
124 |
+
interface.launch(share = True)
|