Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,6 @@ examples=[
|
|
121 |
|
122 |
iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
123 |
gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],
|
124 |
-
gr.outputs.Image(type="pil"), title=title,
|
125 |
|
126 |
iface.launch()
|
|
|
121 |
|
122 |
iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
123 |
gr.inputs.Radio(['Complex Lines','Simple Lines'], type="value", default='Simple Lines', label='version')],
|
124 |
+
gr.outputs.Image(type="pil"), title=title,examples=examples)
|
125 |
|
126 |
iface.launch()
|