Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
|
247 |
label="Prompt",
|
248 |
placeholder="Enter your prompt",
|
249 |
lines=2,
|
250 |
-
value="a
|
251 |
)
|
252 |
with gr.Row():
|
253 |
text_for_image = gr.Textbox(
|
|
|
247 |
label="Prompt",
|
248 |
placeholder="Enter your prompt",
|
249 |
lines=2,
|
250 |
+
value="coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K, 리얼리티 사진" # Default value added here
|
251 |
)
|
252 |
with gr.Row():
|
253 |
text_for_image = gr.Textbox(
|