manhkhanhUIT commited on
Commit
c12b7ab
1 Parent(s): 8728fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,4 +162,4 @@ examples = [['example/1.jpeg',"BOPBTL","Deoldify"],['example/2.jpg',"BOPBTL","De
162
  iface = gr.Interface(run,
163
  [gr.inputs.Image(),gr.inputs.Radio(["BOPBTL", "Pix2Pix"]),gr.inputs.Radio(["Deoldify", "Pix2Pix Resnet 9block","Pix2Pix Unet 256"])],
164
  outputs="image",
165
- examples=examples).launch(debug=True,share=True)
162
  iface = gr.Interface(run,
163
  [gr.inputs.Image(),gr.inputs.Radio(["BOPBTL", "Pix2Pix"]),gr.inputs.Radio(["Deoldify", "Pix2Pix Resnet 9block","Pix2Pix Unet 256"])],
164
  outputs="image",
165
+ examples=examples).launch(debug=True,share=False)