Rainbowdesign commited on
Commit
76aa0b3
·
verified ·
1 Parent(s): cfed660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -483,7 +483,7 @@ with gr.Blocks() as demo:
483
  # Main chat interface
484
  chatbot = gr.ChatInterface(
485
  respond,
486
- title="chatbot",
487
  type="messages",
488
  additional_inputs=[
489
  gr.Textbox(
@@ -492,7 +492,7 @@ with gr.Blocks() as demo:
492
  ),
493
  gr.Slider(
494
  minimum=1,
495
- maximum=2048,
496
  value=512,
497
  step=1,
498
  label="Max new tokens"
 
483
  # Main chat interface
484
  chatbot = gr.ChatInterface(
485
  respond,
486
+ title=current_model_label,
487
  type="messages",
488
  additional_inputs=[
489
  gr.Textbox(
 
492
  ),
493
  gr.Slider(
494
  minimum=1,
495
+ maximum=100000,
496
  value=512,
497
  step=1,
498
  label="Max new tokens"