Spaces:
Build error
Build error
Add myself as example
Browse files- app.py +1 -1
- lenna.png +0 -0
- tornikeo.jpg +0 -0
app.py
CHANGED
@@ -148,7 +148,7 @@ interface = gr.Interface(
|
|
148 |
fn=inference,
|
149 |
inputs=gr.Image(type='filepath'),
|
150 |
outputs=["image", "image"],
|
151 |
-
examples=[['tornikeo.jpg']
|
152 |
['robot.png'], ['ship.png']],
|
153 |
# title=title,
|
154 |
# description=description,
|
|
|
148 |
fn=inference,
|
149 |
inputs=gr.Image(type='filepath'),
|
150 |
outputs=["image", "image"],
|
151 |
+
examples=[['tornikeo.jpg'],#['lenna.png'],
|
152 |
['robot.png'], ['ship.png']],
|
153 |
# title=title,
|
154 |
# description=description,
|
lenna.png
DELETED
Binary file (474 kB)
|
|
tornikeo.jpg
DELETED
Binary file (248 kB)
|
|