zanekwok commited on
Commit
abb0b61
1 Parent(s): c86681c
Files changed (1) hide show
  1. app.py +1 -1
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):