prathmeshrmadhu commited on
Commit
cb17e57
1 Parent(s): 135719b

trying to make it public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,4 +150,4 @@ with gr.Blocks(css='style.css') as demo:
150
  inputs=example_images,
151
  outputs=input_image)
152
 
153
- demo.launch()
 
150
  inputs=example_images,
151
  outputs=input_image)
152
 
153
+ demo.launch(share=True)