johnberg commited on
Commit
ae44fe1
·
1 Parent(s): f91b53c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ def manipulate(input_image, caption):
75
 
76
  gr.Interface(fn=manipulate,
77
  inputs=[gr.Image(type="pil"), "text"],
78
- outputs="image",).launch(share=True)
 
75
 
76
  gr.Interface(fn=manipulate,
77
  inputs=[gr.Image(type="pil"), "text"],
78
+ outputs="image",).launch()