intelliarts commited on
Commit
374f2ae
·
verified ·
1 Parent(s): dce9876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Label(label="Prediction"),
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()