Spaces:
Running
Running
init
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
99 |
)
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
-
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k",value="a cute cat, 8k" show_label=True, lines=5)
|
103 |
with gr.Row():
|
104 |
with gr.Accordion("Additionals inputs", open=False):
|
105 |
with gr.Column(scale=1):
|
|
|
99 |
)
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
+
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k",value="a cute cat, 8k", show_label=True, lines=5)
|
103 |
with gr.Row():
|
104 |
with gr.Accordion("Additionals inputs", open=False):
|
105 |
with gr.Column(scale=1):
|