Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
| 117 |
-
outputs=gr.
|
| 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,
|