Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,11 +107,10 @@ def predict(input_img, ver):
|
|
107 |
# title="Image to Coloring Page Generator"
|
108 |
# examples=[
|
109 |
# ['01.jpeg', 'Complex Lines'],
|
110 |
-
|
111 |
-
]
|
112 |
|
113 |
iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
114 |
-
gr.inputs.Radio(['Complex Lines'], type="value", default='Complex Lines', label='version')],
|
115 |
-
gr.outputs.Image(type="pil"), title=title
|
116 |
|
117 |
iface.launch()
|
|
|
107 |
# title="Image to Coloring Page Generator"
|
108 |
# examples=[
|
109 |
# ['01.jpeg', 'Complex Lines'],
|
110 |
+
#]
|
|
|
111 |
|
112 |
iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
113 |
+
# gr.inputs.Radio(['Complex Lines'], type="value", default='Complex Lines', label='version')],
|
114 |
+
gr.outputs.Image(type="pil"), title=title)
|
115 |
|
116 |
iface.launch()
|