Spaces:
Running
Running
VinayHajare
commited on
Commit
·
aa577d7
1
Parent(s):
ba5c452
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ interface = gr.Interface(
|
|
42 |
inputs = "image",
|
43 |
outputs = "text",
|
44 |
allow_flagging = "never",
|
|
|
45 |
theme = gr.themes.Soft()
|
46 |
)
|
47 |
|
|
|
42 |
inputs = "image",
|
43 |
outputs = "text",
|
44 |
allow_flagging = "never",
|
45 |
+
examples = ["./8.jpg","./12.jpg"]
|
46 |
theme = gr.themes.Soft()
|
47 |
)
|
48 |
|