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