Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
|
188 |
with gr.Row():
|
189 |
version = gr.Dropdown(
|
190 |
["StarCoderPlus", "StarCoderBase", "StarCoder"],
|
191 |
-
value="
|
192 |
label="Model",
|
193 |
info="Choose a model from the list",
|
194 |
)
|
|
|
188 |
with gr.Row():
|
189 |
version = gr.Dropdown(
|
190 |
["StarCoderPlus", "StarCoderBase", "StarCoder"],
|
191 |
+
value="StarCoder",
|
192 |
label="Model",
|
193 |
info="Choose a model from the list",
|
194 |
)
|