Spaces:
Runtime error
Runtime error
add prompt example
Browse files
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(
|