Spaces:
Runtime error
Runtime error
Commit
·
3334517
1
Parent(s):
2980fcd
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
|
|
49 |
# description=description,
|
50 |
# article=article,
|
51 |
enable_queue=True,
|
52 |
-
examples=[["example.png"], ["example_1.png"],["example_2.png"], ["example_3.png"],["example_4.png"]],
|
53 |
cache_examples=False)
|
54 |
|
55 |
# credentials_json = os.environ.get("CREDENTIALS")
|
|
|
49 |
# description=description,
|
50 |
# article=article,
|
51 |
enable_queue=True,
|
52 |
+
examples=[["example.png"], ["example_1.png"],["example_2.png"], ["example_3.png"],["example_4.png"],["example_5.png"]],
|
53 |
cache_examples=False)
|
54 |
|
55 |
# credentials_json = os.environ.get("CREDENTIALS")
|