Adding multiple examples
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
|
|
50 |
description=description,
|
51 |
article=article,
|
52 |
enable_queue=True,
|
53 |
-
examples=[["example-1.jpg", "example-2.jpg", "example-3.jpg", "example-4.jpg", "example-5.jpg"
|
54 |
cache_examples=False)
|
55 |
|
56 |
demo.launch()
|
|
|
50 |
description=description,
|
51 |
article=article,
|
52 |
enable_queue=True,
|
53 |
+
examples=[["example-1.jpg"], ["example-2.jpg"], ["example-3.jpg"], ["example-4.jpg"], ["example-5.jpg"]],
|
54 |
cache_examples=False)
|
55 |
|
56 |
demo.launch()
|