Spaces:
Runtime error
Runtime error
Add one more example.
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ iface = gr.Interface(
|
|
| 71 |
fn=fn,
|
| 72 |
inputs=gr.Image(type="numpy"),
|
| 73 |
outputs=gr.Image(type="pil"),
|
| 74 |
-
examples=["1562990.jpg", "
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|
|
|
|
| 71 |
fn=fn,
|
| 72 |
inputs=gr.Image(type="numpy"),
|
| 73 |
outputs=gr.Image(type="pil"),
|
| 74 |
+
examples=["1562990.jpg", "612989.jpg"]
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|