simecek commited on
Commit
35c6f1c
·
1 Parent(s): 470e368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def classify_image(img):
12
 
13
  image = components.Image(shape=(192, 192))
14
  label = components.Label()
 
15
 
16
  intf = Interface(
17
  fn=classify_image, inputs=[image], outputs=[label], examples=examples
 
12
 
13
  image = components.Image(shape=(192, 192))
14
  label = components.Label()
15
+ a = 1
16
 
17
  intf = Interface(
18
  fn=classify_image, inputs=[image], outputs=[label], examples=examples