onehowon commited on
Commit
568d453
·
1 Parent(s): 83a4e09

requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ gr.Interface(
109
  fn=process_image,
110
  inputs=[gr.components.Image(type="pil"), gr.components.Slider(0.1, 1.0, step=0.1, value=0.3, label="Epsilon")],
111
  outputs="image"
112
- ).launch()
 
109
  fn=process_image,
110
  inputs=[gr.components.Image(type="pil"), gr.components.Slider(0.1, 1.0, step=0.1, value=0.3, label="Epsilon")],
111
  outputs="image"
112
+ ).launch(share=True)