valentynliubchenko commited on
Commit
47e8809
·
1 Parent(s): 402bc5f

added share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,4 +260,4 @@ with gr.Blocks() as iface:
260
  gr.Examples(examples=example_list,
261
  inputs=[image_input, model_radio, prompt_radio, temperature_slider, custom_prompt])
262
 
263
- iface.launch()
 
260
  gr.Examples(examples=example_list,
261
  inputs=[image_input, model_radio, prompt_radio, temperature_slider, custom_prompt])
262
 
263
+ iface.launch(share=True)