Davidg707 commited on
Commit
a2326f6
1 Parent(s): 8842891
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def predict(img):
33
 
34
  iface = gr.Interface(
35
  fn=predict,
36
- inputs="draw",
37
  outputs="label",
38
  live=True,
39
  title="My first Gradio",
 
33
 
34
  iface = gr.Interface(
35
  fn=predict,
36
+ inputs="image",
37
  outputs="label",
38
  live=True,
39
  title="My first Gradio",