merve HF staff commited on
Commit
2b98f13
1 Parent(s): a6524f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(fill_height=False) as demo:
138
  "Greedy",
139
 
140
  ],
141
- value="Top P Sampling",
142
  label="Decoding strategy",
143
  interactive=True,
144
  info="Higher values is equivalent to sampling more low-probability tokens.",
 
138
  "Greedy",
139
 
140
  ],
141
+ value="Greedy",
142
  label="Decoding strategy",
143
  interactive=True,
144
  info="Higher values is equivalent to sampling more low-probability tokens.",