app.py
CHANGED
@@ -92,8 +92,7 @@ iface1 = gr.Interface(fn=predict1,
|
|
92 |
inputs=gr.inputs.Image(type="pil"),
|
93 |
outputs=gr.inputs.Image(type="pil"),
|
94 |
examples=['001.jpg',
|
95 |
-
'
|
96 |
-
'004.jpg',
|
97 |
'005.jpg'],
|
98 |
title = title,
|
99 |
description = description,
|
|
|
92 |
inputs=gr.inputs.Image(type="pil"),
|
93 |
outputs=gr.inputs.Image(type="pil"),
|
94 |
examples=['001.jpg',
|
95 |
+
'002.jpg',
|
|
|
96 |
'005.jpg'],
|
97 |
title = title,
|
98 |
description = description,
|