Quake24 commited on
Commit
ab0fc9e
1 Parent(s): 44901fc

updating parameters

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(shape=(192, 192))
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