innat commited on
Commit
6bf2094
1 Parent(s): 6ad1178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ article = "<p>The model received <strong>0.6449</strong> and <strong>0.5675</str
113
 
114
  iface = gr.Interface(
115
  fn=predict_fn,
116
- inputs=gr.inputs.Image(label="Input Image"),
117
- outputs=gr.outputs.Image(label="Prediction"),
118
  title=title,
119
  description=description,
120
  article=article,
 
113
 
114
  iface = gr.Interface(
115
  fn=predict_fn,
116
+ inputs=gr.Image(label="Input Image"),
117
+ outputs=gr.Image(label="Prediction"),
118
  title=title,
119
  description=description,
120
  article=article,