jw2yang GordonM commited on
Commit
b91e7f9
1 Parent(s): c8d5211

Fix typo (#3)

Browse files

- Fix typo (0274e1e400531cc61779c299ecbd537bdaac870b)


Co-authored-by: Gordon <GordonM@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ gr.Interface(
100
  gr.outputs.Image(
101
  type="pil",
102
  label="segmentation results"),
103
- gr.Textbox(label="text restuls"),
104
  gr.outputs.Image(
105
  type="pil",
106
  label="editing results"),
 
100
  gr.outputs.Image(
101
  type="pil",
102
  label="segmentation results"),
103
+ gr.Textbox(label="text results"),
104
  gr.outputs.Image(
105
  type="pil",
106
  label="editing results"),