Spaces:
Sleeping
Sleeping
saravanamax
commited on
Commit
·
09cd669
1
Parent(s):
e12ed39
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ demo=gr.Interface(
|
|
17 |
gr.Image(type='pil'),
|
18 |
],
|
19 |
outputs= 'label',
|
20 |
-
examples=['
|
21 |
theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
|
22 |
)
|
23 |
demo.launch(show_error=True)
|
|
|
17 |
gr.Image(type='pil'),
|
18 |
],
|
19 |
outputs= 'label',
|
20 |
+
examples=['demo.jpg','demo2.jpg','demo3.jpg'],
|
21 |
theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
|
22 |
)
|
23 |
demo.launch(show_error=True)
|