Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ def juntaImage(X):
|
|
71 |
|
72 |
|
73 |
|
74 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(929, 1372)), "image").launch(share=False)
|
|
|
71 |
|
72 |
|
73 |
|
74 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(929, 1372)), outputs="image").launch(share=False)
|