shahin-canary commited on
Commit
d462350
·
verified ·
1 Parent(s): a097580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -29,6 +29,5 @@ with gr.Blocks() as demo:
29
  clear_button.click(clear_image, outputs=[output_image])
30
 
31
  # Launch the app
32
- if __name__ == "__main__":
33
- demo.launch()
34
- demo.launch(debug=True)
 
29
  clear_button.click(clear_image, outputs=[output_image])
30
 
31
  # Launch the app
32
+ if __name__ == "__main__":
33
+ demo.launch(share=True, debug=True)