LucyintheSky
commited on
Commit
•
0e6fdc4
1
Parent(s):
4c52049
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,6 @@ iface = gr.Interface(fn=classify,
|
|
23 |
title='Product Photo Classifier',
|
24 |
inputs=gr.Image(label='Image', type='filepath'),
|
25 |
outputs=gr.Textbox(label='Classification'),
|
26 |
-
examples=[['./images/1.jpg'],['./images/2.jpg'],['./images/3.jpg']]
|
27 |
theme=gr.themes.Base(primary_hue=gr.themes.colors.pink, secondary_hue=gr.themes.colors.gray, neutral_hue=gr.themes.colors.slate, font=["avenir"]))
|
28 |
iface.launch()
|
|
|
23 |
title='Product Photo Classifier',
|
24 |
inputs=gr.Image(label='Image', type='filepath'),
|
25 |
outputs=gr.Textbox(label='Classification'),
|
26 |
+
examples=[['./images/1.jpg'],['./images/2.jpg'],['./images/3.jpg']],
|
27 |
theme=gr.themes.Base(primary_hue=gr.themes.colors.pink, secondary_hue=gr.themes.colors.gray, neutral_hue=gr.themes.colors.slate, font=["avenir"]))
|
28 |
iface.launch()
|