cls00 commited on
Commit
c530ff8
·
verified ·
1 Parent(s): 8a692ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def classify_image(img):
26
  return ret
27
 
28
  # %% ../app.ipynb 8
29
- im_size = 192
30
 
31
  #image = gr.inputs.Image(shape=(im_size,im_size))
32
  #label = gr.outputs.Label()
 
26
  return ret
27
 
28
  # %% ../app.ipynb 8
29
+ im_size = 128
30
 
31
  #image = gr.inputs.Image(shape=(im_size,im_size))
32
  #label = gr.outputs.Label()