Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ demo = gr.Interface(
|
|
| 50 |
description=description,
|
| 51 |
article=article,
|
| 52 |
enable_queue=True,
|
| 53 |
-
examples=[["sha-001_1883_1__21_d-0-6.jpg"]],
|
| 54 |
cache_examples=False)
|
| 55 |
|
| 56 |
demo.launch()
|
|
|
|
| 50 |
description=description,
|
| 51 |
article=article,
|
| 52 |
enable_queue=True,
|
| 53 |
+
examples=[["sha-001_1883_1__21_d-0-6.jpg", "sha-001_1929_47__236_d-1-10.jpg"]],
|
| 54 |
cache_examples=False)
|
| 55 |
|
| 56 |
demo.launch()
|