Karin0616
commited on
Commit
·
d2e5dcd
1
Parent(s):
7c1dd56
testerror
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def sepia(input_img):
|
|
103 |
return fig
|
104 |
|
105 |
demo = gr.Interface(fn=sepia,
|
106 |
-
inputs=[gr.Image(shape=(564,846)), gr.Radio(labels=labels_list, type="text", default=labels_list[0])]
|
107 |
outputs=['plot'],
|
108 |
live=True,
|
109 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|
|
|
103 |
return fig
|
104 |
|
105 |
demo = gr.Interface(fn=sepia,
|
106 |
+
inputs=[gr.Image(shape=(564,846)), gr.Radio(labels=labels_list, type="text", default=labels_list[0])],
|
107 |
outputs=['plot'],
|
108 |
live=True,
|
109 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|