Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ iface = gr.Interface(
|
|
| 117 |
gr.inputs.Image(type='filepath'),
|
| 118 |
gr.inputs.Radio(['Complex Lines', 'Simple Lines'], type="value", default='Simple Lines', label='version')
|
| 119 |
],
|
| 120 |
-
outputs=gr.
|
| 121 |
title=title,
|
| 122 |
theme=gr.themes.Base(),
|
| 123 |
css="footer{display:none !important;}"
|
|
|
|
| 117 |
gr.inputs.Image(type='filepath'),
|
| 118 |
gr.inputs.Radio(['Complex Lines', 'Simple Lines'], type="value", default='Simple Lines', label='version')
|
| 119 |
],
|
| 120 |
+
outputs=gr.Image(type="pil",show_share_button=False),
|
| 121 |
title=title,
|
| 122 |
theme=gr.themes.Base(),
|
| 123 |
css="footer{display:none !important;}"
|