ISYS commited on
Commit
47975fd
1 Parent(s): 2ed30b2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ def rasp_numb(img):
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, outputs="text")
20
  demo.launch()
21
  demo1.launch()
 
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()