Jangai commited on
Commit
c7f0278
·
verified ·
1 Parent(s): ca6e9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def predict(image):
19
  # Create the Gradio interface
20
  iface = gr.Interface(
21
  fn=predict,
22
- inputs=gr.components.Sketchpad(),
23
- outputs=gr.components.Label(),
24
  title="Drawing Classifier",
25
  description="Draw something and the model will try to identify it!"
26
  )
 
19
  # Create the Gradio interface
20
  iface = gr.Interface(
21
  fn=predict,
22
+ inputs=gr.Sketchpad(),
23
+ outputs=gr.Label(),
24
  title="Drawing Classifier",
25
  description="Draw something and the model will try to identify it!"
26
  )