svjack commited on
Commit
d94f771
·
verified ·
1 Parent(s): 2ff704b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ with gr.Blocks(title="提示词生成器", theme=gr.themes.Soft()) as app:
129
  # 示例数据
130
  examples = gr.Examples(
131
  examples=[
132
- ["用英文描述,清晨的阳光洒在湖面上"],
133
- ["保留角色性别和外貌,用英文,描述角色的动作场面"]
134
  ],
135
  inputs=[input_text],
136
  label="点击试试示例"
 
129
  # 示例数据
130
  examples = gr.Examples(
131
  examples=[
132
+ ["清晨的阳光洒在湖面上"],
133
+ ["保留角色性别和外貌,描述角色的动作场面"]
134
  ],
135
  inputs=[input_text],
136
  label="点击试试示例"