charliebaby2023 commited on
Commit
7e85763
Β·
verified Β·
1 Parent(s): 55b17f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def gen_fn(model_str, prompt):
85
 
86
  def make_me():
87
  with gr.Row():
88
- txt_input = gr.Textbox('',lines=2, value=kii)
89
  gen_button = gr.Button('Generate images')
90
  # stop_button = gr.Button('Stop', variant='secondary', interactive=False)
91
 
 
85
 
86
  def make_me():
87
  with gr.Row():
88
+ txt_input = gr.Textbox(lines=2, value=kii, label=None)
89
  gen_button = gr.Button('Generate images')
90
  # stop_button = gr.Button('Stop', variant='secondary', interactive=False)
91