chenjian commited on
Commit
e20e3d3
1 Parent(s): 12a84e4

add chinese label

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,12 +163,12 @@ with block:
163
  margin=False,
164
  rounded=(False, True, True, False),
165
  )
166
- styles = gr.Dropdown(label="style", choices=['水彩','油画', '粉笔画', '卡通', '蜡笔画', '儿童画', '探索无限'], value='油画')
167
  gallery = gr.Gallery(
168
  label="Generated images", show_label=False, elem_id="gallery"
169
  ).style(grid=[2, 3], height="auto")
170
  status_text = gr.Textbox(
171
- label="Process status",
172
  show_label=True,
173
  max_lines=1,
174
  interactive=False
 
163
  margin=False,
164
  rounded=(False, True, True, False),
165
  )
166
+ styles = gr.Dropdown(label="style(风格)", choices=['水彩','油画', '粉笔画', '卡通', '蜡笔画', '儿童画', '探索无限'], value='油画')
167
  gallery = gr.Gallery(
168
  label="Generated images", show_label=False, elem_id="gallery"
169
  ).style(grid=[2, 3], height="auto")
170
  status_text = gr.Textbox(
171
+ label="Process status(处理状态)",
172
  show_label=True,
173
  max_lines=1,
174
  interactive=False