GameHasNoGame commited on
Commit
cf22ef1
·
verified ·
1 Parent(s): 839fc47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ def predict_image(img):
10
 
11
  # UI huggface
12
 
13
- image = gr.Image(shape=(192, 192))
14
- label = gr.Label()
15
  #intrfce = gr.Interface(fn=predict_image, inputs=image, outputs=label)
16
 
17
  intrfce = gr.Interface(fn=predict,
 
10
 
11
  # UI huggface
12
 
13
+ # image = gr.Image(shape=(192, 192))
14
+ # label = gr.Label()
15
  #intrfce = gr.Interface(fn=predict_image, inputs=image, outputs=label)
16
 
17
  intrfce = gr.Interface(fn=predict,