Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ def run(image_path):
|
|
39 |
|
40 |
predict_and_save(img_array, model)
|
41 |
|
42 |
-
iface = gr.Interface(
|
43 |
|
44 |
iface.launch(share = True)
|
|
|
39 |
|
40 |
predict_and_save(img_array, model)
|
41 |
|
42 |
+
iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
|
43 |
|
44 |
iface.launch(share = True)
|