rgreenberg1 commited on
Commit
d2ae478
1 Parent(s): 1d4a7a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
59
  "Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?",
60
  "Gretchen has 110 coins. There are 30 more gold coins than silver coins. How many gold coins does Gretchen have?",],inputs=[textbox],)
61
 
62
- max_new_tokens = gr.Slider(
63
  label="Max new tokens",
64
  value=DEFAULT_MAX_NEW_TOKENS,
65
  minimum=0,
 
59
  "Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?",
60
  "Gretchen has 110 coins. There are 30 more gold coins than silver coins. How many gold coins does Gretchen have?",],inputs=[textbox],)
61
 
62
+ max_new_tokens = gr.Slider(
63
  label="Max new tokens",
64
  value=DEFAULT_MAX_NEW_TOKENS,
65
  minimum=0,