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

Update app.py

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