Add example images to the interface for testing purposes
Browse files- app.py +2 -2
- examples/corn.jpg +0 -0
- examples/grot.jpg +0 -0
app.py
CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
68 |
outputs=["text", "number"],
|
69 |
interpretation="default",
|
70 |
examples=[
|
71 |
-
['
|
72 |
-
['
|
73 |
])
|
74 |
iface.launch()
|
|
|
68 |
outputs=["text", "number"],
|
69 |
interpretation="default",
|
70 |
examples=[
|
71 |
+
['examples/grot.jpg'],
|
72 |
+
['examples/corn.jpg'],
|
73 |
])
|
74 |
iface.launch()
|
examples/corn.jpg
ADDED
examples/grot.jpg
ADDED