Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ description = "This demo introduces an interactive playground for our trained De
|
|
61 |
gr.Interface(
|
62 |
inference,
|
63 |
gr.Image(type="pil", label="Input"),
|
64 |
-
gr.
|
65 |
title=title,
|
66 |
description=description,
|
67 |
examples=[]).launch()
|
|
|
61 |
gr.Interface(
|
62 |
inference,
|
63 |
gr.Image(type="pil", label="Input"),
|
64 |
+
gr.Image(label="Prediction"),
|
65 |
title=title,
|
66 |
description=description,
|
67 |
examples=[]).launch()
|