ISYS commited on
Commit
df4687c
1 Parent(s): 9a5af09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def zalupa(img):
15
  img = np.expand_dims(img, axis=0)
16
  return np.argmax(model.predict(img)[0])
17
 
18
- demo = gr.Interface(fn=greet, inputs="sketchpad", outputs="text", outputs=zalupa)
19
  demo.launch()
 
15
  img = np.expand_dims(img, axis=0)
16
  return np.argmax(model.predict(img)[0])
17
 
18
+ demo = gr.Interface(fn=greet, inputs="sketchpad", outputs="text", zalupa)
19
  demo.launch()