Spaces:
Sleeping
Sleeping
bhaveshgoel07
commited on
Commit
·
2097c99
1
Parent(s):
638b7f1
Fixed errors
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def predict(image):
|
|
47 |
# Create the Gradio interface
|
48 |
interface = gr.Interface(
|
49 |
fn=predict,
|
50 |
-
inputs=gr.Sketchpad(
|
51 |
outputs=gr.outputs.Label(num_top_classes=10)
|
52 |
)
|
53 |
|
|
|
47 |
# Create the Gradio interface
|
48 |
interface = gr.Interface(
|
49 |
fn=predict,
|
50 |
+
inputs=gr.Sketchpad(),
|
51 |
outputs=gr.outputs.Label(num_top_classes=10)
|
52 |
)
|
53 |
|