hossay commited on
Commit
f396ee2
1 Parent(s): 7ef85c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ gr.Interface(predict,
98
  inputs="image",
99
  outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
100
  title="Image-to-sketch",
101
- description="Transfer any image into BW cartoon-style sketch!").launch(share=True)
 
98
  inputs="image",
99
  outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
100
  title="Image-to-sketch",
101
+ description="Transfer any image into BW cartoon-style sketch!").launch()