Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def predict_image(img):
|
|
37 |
|
38 |
iface = gr.Interface(
|
39 |
fn= predict_image,
|
40 |
-
inputs= gr.Image(height=28, width=28, image_mode='L', sources='
|
41 |
outputs='label'
|
42 |
|
43 |
)
|
|
|
37 |
|
38 |
iface = gr.Interface(
|
39 |
fn= predict_image,
|
40 |
+
inputs= gr.Image(height=28, width=28, image_mode='L', sources='upload'),
|
41 |
outputs='label'
|
42 |
|
43 |
)
|