Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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 |
|