Dao3 commited on
Commit
9e9aeb5
1 Parent(s): 9e4864a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(css="cake.css") as myface:
229
  with gr.Box(visible=True) as timo:
230
  with gr.Row():
231
  with gr.Column():
232
- input_text=gr.Textbox(label="你想画的内容(只能是英文单词)")
233
  prompt=gr.Textbox(label="完善后的提示词",visible=True)
234
  with gr.Column():
235
  see_prompts=gr.Button("完善")
 
229
  with gr.Box(visible=True) as timo:
230
  with gr.Row():
231
  with gr.Column():
232
+ input_text=gr.Textbox(label="你想画的内容(只能是英文单词,比如 a cat, 加一个英文逗号,效果会更好)")
233
  prompt=gr.Textbox(label="完善后的提示词",visible=True)
234
  with gr.Column():
235
  see_prompts=gr.Button("完善")