Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ interface = gr.Interface(
|
|
193 |
fn=inference,
|
194 |
inputs=gr.Image(type='filepath'),
|
195 |
outputs=gr.Gallery(format="png"),
|
196 |
-
examples=[['
|
197 |
title=title,
|
198 |
description=description,
|
199 |
article=article,
|
|
|
193 |
fn=inference,
|
194 |
inputs=gr.Image(type='filepath'),
|
195 |
outputs=gr.Gallery(format="png"),
|
196 |
+
examples=[['test1.jpg'], ['test2.jpg']],
|
197 |
title=title,
|
198 |
description=description,
|
199 |
article=article,
|