Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- src/app.py +4 -0
src/app.py
CHANGED
@@ -212,6 +212,10 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
212 |
)
|
213 |
|
214 |
examples = [
|
|
|
|
|
|
|
|
|
215 |
[
|
216 |
"examples/potted-plant.jpg",
|
217 |
"potted plant",
|
|
|
212 |
)
|
213 |
|
214 |
examples = [
|
215 |
+
[
|
216 |
+
"examples/text.jpg",
|
217 |
+
"text",
|
218 |
+
],
|
219 |
[
|
220 |
"examples/potted-plant.jpg",
|
221 |
"potted plant",
|