ISYS commited on
Commit
02a9859
1 Parent(s): 47975fd
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ def rasp_numb(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")
19
  demo1 = gr.Interface (fn=rasp_numb, inputs="sketchpad", outputs="text")
20
- demo.launch()
21
  demo1.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")
19
  demo1 = gr.Interface (fn=rasp_numb, inputs="sketchpad", outputs="text")
20
+ #demo.launch()
21
  demo1.launch()