秋山翔 commited on
Commit
f692f52
1 Parent(s): 8941262

MAINT: update output label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ gr.Interface(
129
  ],
130
  outputs=gr.outputs.Image(
131
  type="pil",
132
- label="Make sure to resize to less than 1280px on both width and height if an error occurrs!",
133
  ),
134
  title=title,
135
  description=description,
 
129
  ],
130
  outputs=gr.outputs.Image(
131
  type="pil",
132
+ label="Output Image",
133
  ),
134
  title=title,
135
  description=description,