Spaces:
Build error
Build error
manhkhanhUIT
commited on
Commit
·
c12b7ab
1
Parent(s):
8728fb1
Update app.py
Browse files
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=
|
|
|
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)
|