D-oro commited on
Commit
904ad1b
1 Parent(s): 4e8f2b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,8 +66,7 @@ with gr.Blocks(css=css) as demo:
66
  show_label=False,
67
  max_lines=32,
68
  placeholder="Enter your prompt",
69
- container=False,
70
- max_length=2000
71
  )
72
 
73
  run_button = gr.Button("Run", scale=0)
 
66
  show_label=False,
67
  max_lines=32,
68
  placeholder="Enter your prompt",
69
+ container=False
 
70
  )
71
 
72
  run_button = gr.Button("Run", scale=0)