fffiloni commited on
Commit
15cf57c
1 Parent(s): b46eb2a

add prompt example

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -107,7 +107,8 @@ with gr.Blocks(css=css) as app:
107
  with gr.Row():
108
  with gr.Column(scale=1):
109
  prompt = gr.Textbox(
110
- label="Prompt", info='''Describe the subject. Include clothes and hairstyle for more consistency.'''
 
111
  )
112
 
113
  subject = gr.Image(
 
107
  with gr.Row():
108
  with gr.Column(scale=1):
109
  prompt = gr.Textbox(
110
+ label="Prompt", info='''Describe the subject. Include clothes and hairstyle for more consistency.''',
111
+ value="a person, darkblue suit, black tie, white pocket"
112
  )
113
 
114
  subject = gr.Image(