Spaces:
Running
Running
add new sample image
Browse files- app.py +1 -1
- images/newyorkercartoons.png +0 -0
app.py
CHANGED
|
@@ -76,7 +76,7 @@ gr.Interface(
|
|
| 76 |
description=description,
|
| 77 |
article=article,
|
| 78 |
examples=[
|
| 79 |
-
os.path.join(os.path.dirname(__file__), "./images/
|
| 80 |
os.path.join(os.path.dirname(__file__), "./images/lorem_ipsum.png"),
|
| 81 |
],
|
| 82 |
).launch()
|
|
|
|
| 76 |
description=description,
|
| 77 |
article=article,
|
| 78 |
examples=[
|
| 79 |
+
os.path.join(os.path.dirname(__file__), "./images/newyorkercartoons.png"),
|
| 80 |
os.path.join(os.path.dirname(__file__), "./images/lorem_ipsum.png"),
|
| 81 |
],
|
| 82 |
).launch()
|
images/newyorkercartoons.png
ADDED
|