bhavyagiri commited on
Commit
d140a00
·
1 Parent(s): 362d9c3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def generate_memes(prompt):
23
  return (
24
  images
25
  )
26
- input_textbox = gr.inputs.Textbox(lines=2, label="Search something cool", max_length=256)
27
  output_gallery = gr.output.Gallery(
28
  label="Retrieved Memes", show_label=False, elem_id="gallery"
29
  ).style(columns=[3], rows=[2], object_fit="contain", height="auto")
 
23
  return (
24
  images
25
  )
26
+ input_textbox = gr.inputs.Textbox(lines=1, label="Search something cool")
27
  output_gallery = gr.output.Gallery(
28
  label="Retrieved Memes", show_label=False, elem_id="gallery"
29
  ).style(columns=[3], rows=[2], object_fit="contain", height="auto")