Ahsen Khaliq commited on
Commit
b15ed46
·
1 Parent(s): 799b3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ examples = [['sunset.jpg']]
56
  gr.Interface(
57
  inference,
58
  gr.inputs.Image(type="file", label="Input"),
59
- gr.outputs.Textbox(label="Output Text"),
60
  title=title,
61
  description=description,
62
  article=article,
 
56
  gr.Interface(
57
  inference,
58
  gr.inputs.Image(type="file", label="Input"),
59
+ gr.outputs.Textbox(label="Output"),
60
  title=title,
61
  description=description,
62
  article=article,