charliebaby2023 commited on
Commit
a655122
1 Parent(s): 8831d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def gen_fn(model_str, prompt):
46
  def make_me():
47
  # with gr.Tab('The Dream'):
48
  with gr.Row():
49
- txt_input = gr.Textbox(lines=2, value=kii, width=300, max-height=100)
50
  #txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
51
 
52
  gen_button = gr.Button('Generate images', width=150, height=30)
 
46
  def make_me():
47
  # with gr.Tab('The Dream'):
48
  with gr.Row():
49
+ txt_input = gr.Textbox(lines=2, value=kii, width=300, max_height=100)
50
  #txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
51
 
52
  gen_button = gr.Button('Generate images', width=150, height=30)