Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ description = "This demo introduces an interactive playground for our trained De
|
|
79 |
gr.Interface(
|
80 |
inference,
|
81 |
gr.Image(type="pil", label="Input"),
|
82 |
-
gr.
|
83 |
title=title,
|
84 |
description=description,
|
85 |
examples=[]).launch()
|
|
|
79 |
gr.Interface(
|
80 |
inference,
|
81 |
gr.Image(type="pil", label="Input"),
|
82 |
+
gr.Image(label="Prediction"),
|
83 |
title=title,
|
84 |
description=description,
|
85 |
examples=[]).launch()
|