saruizn commited on
Commit
b0c3984
·
1 Parent(s): f9b6599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)