daresearch commited on
Commit
55a510c
·
verified ·
1 Parent(s): fa17eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  fn=generate_text,
43
  inputs=[
44
  gr.Textbox(label="Prompt", placeholder="Enter your text prompt here..."),
45
- gr.Slider(label="Max Length", minimum=50, maximum=500, step=10, value=100),
46
  ],
47
  outputs="text",
48
  title="Unsloth + LoRA Text Generator",
 
42
  fn=generate_text,
43
  inputs=[
44
  gr.Textbox(label="Prompt", placeholder="Enter your text prompt here..."),
45
+ gr.Slider(label="Max Length", minimum=50, maximum=1024, step=10, value=100),
46
  ],
47
  outputs="text",
48
  title="Unsloth + LoRA Text Generator",