Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def classify_attractiveness(img):
|
|
14 |
intf = gr.Interface(fn=classify_attractiveness,
|
15 |
inputs=gr.Image(shape=(192, 192)),
|
16 |
outputs=gr.Label(),
|
17 |
-
examples=[])
|
18 |
intf.launch(inline=False)
|
19 |
|
20 |
|
|
|
14 |
intf = gr.Interface(fn=classify_attractiveness,
|
15 |
inputs=gr.Image(shape=(192, 192)),
|
16 |
outputs=gr.Label(),
|
17 |
+
examples=['img01.jpg', 'img02.jpg', 'img03.jpg', 'img04.jpg', 'img05.jpg', 'img06.jpg', 'img07.jpg'])
|
18 |
intf.launch(inline=False)
|
19 |
|
20 |
|