intelliarts commited on
Commit
e17ab79
·
verified ·
1 Parent(s): 746b003

Update app.py

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