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