Amitontheweb commited on
Commit
83d43da
·
verified ·
1 Parent(s): fe6f327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ with gr.Blocks() as demo:
311
 
312
  with gr.Column (scale=0, min_width=200) as Models_Strategy:
313
 
314
- model_selected = gr.Radio (["GPT2", "Gemma 2", "Eleuther GPT Neo 1.3B"], label="ML Model", value="gpt2")
315
  strategy_selected = gr.Radio (["Sampling", "Beam Search", "Diversity Beam Search","Contrastive"], label="Search strategy", value = "Sampling", interactive=True)
316
 
317
 
 
311
 
312
  with gr.Column (scale=0, min_width=200) as Models_Strategy:
313
 
314
+ model_selected = gr.Radio (["GPT2", "Gemma 2", "Eleuther GPT Neo 1.3B"], label="ML Model", value="GPT2")
315
  strategy_selected = gr.Radio (["Sampling", "Beam Search", "Diversity Beam Search","Contrastive"], label="Search strategy", value = "Sampling", interactive=True)
316
 
317