Spaces:
Running
Running
amirgame197
commited on
Commit
•
5bd0735
1
Parent(s):
60286d6
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()
|