Update app.py
Browse files
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.
|
23 |
-
outputs=gr.
|
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 |
)
|