Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,8 +55,7 @@ demo = gr.Interface(
|
|
| 55 |
description=description,
|
| 56 |
article=article,
|
| 57 |
examples=[
|
| 58 |
-
[["example.jpg"], ["example_1.jpg"], ["example_2.jpg"], ["example_3.jpg"], ["example_4.jpg"]]
|
| 59 |
-
],
|
| 60 |
cache_examples=False
|
| 61 |
)
|
| 62 |
|
|
|
|
| 55 |
description=description,
|
| 56 |
article=article,
|
| 57 |
examples=[
|
| 58 |
+
[["example.jpg"], ["example_1.jpg"], ["example_2.jpg"], ["example_3.jpg"], ["example_4.jpg"]]],
|
|
|
|
| 59 |
cache_examples=False
|
| 60 |
)
|
| 61 |
|