Spaces:
Runtime error
Runtime error
ivelin
commited on
Commit
•
c9b4c97
1
Parent(s):
ad394a3
fix: example files
Browse filesSigned-off-by: ivelin <ivelin.eth@gmail.com>
- app.py +4 -2
- example_1.jpg +0 -0
- example_2.jpg +0 -0
app.py
CHANGED
@@ -58,8 +58,10 @@ demo = gr.Interface(
|
|
58 |
description=description,
|
59 |
article=article,
|
60 |
enable_queue=True,
|
61 |
-
examples=[
|
62 |
-
"
|
|
|
|
|
63 |
cache_examples=False)
|
64 |
|
65 |
demo.launch()
|
|
|
58 |
description=description,
|
59 |
article=article,
|
60 |
enable_queue=True,
|
61 |
+
examples=[
|
62 |
+
["example_1.jpg", "select the setting icon from top right corner"],
|
63 |
+
["example_2.jpg", "enter the text field next to the name"]
|
64 |
+
],
|
65 |
cache_examples=False)
|
66 |
|
67 |
demo.launch()
|
example_1.jpg
ADDED
example_2.jpg
ADDED