Spaces:
Build error
Build error
updating parameters
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def classify_painter(img):
|
|
| 10 |
return dict(zip(categories, map(float, probs)))
|
| 11 |
|
| 12 |
|
| 13 |
-
image = gr.Image(
|
| 14 |
label = gr.Label()
|
| 15 |
examples = ['davinci.jpeg', 'vangogh.jpeg', 'picasso.jpeg']
|
| 16 |
|
|
|
|
| 10 |
return dict(zip(categories, map(float, probs)))
|
| 11 |
|
| 12 |
|
| 13 |
+
image = gr.Image(height = 192, width = 192)
|
| 14 |
label = gr.Label()
|
| 15 |
examples = ['davinci.jpeg', 'vangogh.jpeg', 'picasso.jpeg']
|
| 16 |
|