Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
| 56 |
with gr.Column():
|
| 57 |
model_radio = gr.Radio(
|
| 58 |
choices=["14B", "2B"],
|
| 59 |
-
value="14B
|
| 60 |
label="Model Selection",
|
| 61 |
)
|
| 62 |
|
|
|
|
| 56 |
with gr.Column():
|
| 57 |
model_radio = gr.Radio(
|
| 58 |
choices=["14B", "2B"],
|
| 59 |
+
value="14B",
|
| 60 |
label="Model Selection",
|
| 61 |
)
|
| 62 |
|