Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def predict(input_img, ver):
|
|
108 |
return drawing
|
109 |
|
110 |
iface = gr.Interface(predict, [gr.components.Image(type='filepath'),
|
111 |
-
gr.components.Radio(['Complex Lines'], type="value",
|
112 |
gr.components.Image(type="pil"))
|
113 |
|
114 |
iface.launch()
|
|
|
108 |
return drawing
|
109 |
|
110 |
iface = gr.Interface(predict, [gr.components.Image(type='filepath'),
|
111 |
+
gr.components.Radio(['Complex Lines'], type="value", value='Complex Lines', label='version')],
|
112 |
gr.components.Image(type="pil"))
|
113 |
|
114 |
iface.launch()
|