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