svjack commited on
Commit
81c2ce2
·
verified ·
1 Parent(s): 0a9242e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)