Spaces:
Sleeping
Sleeping
liewchooichin
commited on
Commit
•
01a84fb
1
Parent(s):
591e8f3
Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,8 @@ with gr.Blocks() as demo:
|
|
96 |
"bus.jpg"),
|
97 |
os.path.join(os.path.dirname(__file__), "images",
|
98 |
"butterfly.jpg"),
|
|
|
|
|
99 |
],
|
100 |
inputs=[img],
|
101 |
outputs=[text_1, text_2, text_3],
|
|
|
96 |
"bus.jpg"),
|
97 |
os.path.join(os.path.dirname(__file__), "images",
|
98 |
"butterfly.jpg"),
|
99 |
+
os.path.join(os.path.dirname(__file__), "images",
|
100 |
+
"me_small.jpg"),
|
101 |
],
|
102 |
inputs=[img],
|
103 |
outputs=[text_1, text_2, text_3],
|