Spaces:
Runtime error
Runtime error
Commit
·
0315895
1
Parent(s):
c6992f9
Updated examples in 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=[["
|
| 54 |
cache_examples=False)
|
| 55 |
|
| 56 |
demo.launch()
|
|
|
|
| 50 |
description=description,
|
| 51 |
article=article,
|
| 52 |
enable_queue=True,
|
| 53 |
+
examples=[["examples/example1.jpg"], ["examples/example2.jpg"], ["examples/example3.jpg"], ["examples/example4.jpg"]],
|
| 54 |
cache_examples=False)
|
| 55 |
|
| 56 |
demo.launch()
|