chandrujobs commited on
Commit
502d429
·
verified ·
1 Parent(s): 0b5f7e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (without `share=True`)
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
128
  interface.launch()