rameshmoorthy commited on
Commit
9c7b0a3
1 Parent(s): bbed3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -2,8 +2,6 @@ import gradio as gr
2
  import pandas as pd
3
  from functions import process_file_bm25 , process_file_bert , generate_plot , generate
4
 
5
-
6
-
7
  #------------------------------------------------------
8
 
9
  # Create the state object
@@ -133,7 +131,7 @@ gr.Slider(
133
  label="Max new tokens",
134
  value=256,
135
  minimum=0,
136
- maximum=1048,
137
  step=64,
138
  interactive=True,
139
  info="The maximum numbers of new tokens",
 
2
  import pandas as pd
3
  from functions import process_file_bm25 , process_file_bert , generate_plot , generate
4
 
 
 
5
  #------------------------------------------------------
6
 
7
  # Create the state object
 
131
  label="Max new tokens",
132
  value=256,
133
  minimum=0,
134
+ maximum=4096,
135
  step=64,
136
  interactive=True,
137
  info="The maximum numbers of new tokens",