Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -331,10 +331,7 @@ with gr.Blocks() as demo:
|
|
331 |
"ricardo-larosa/SWE_Lite_dev-CodeLlama-34b",
|
332 |
"DevsDoCode/Gemma-2b-Code-Instruct-Finetune-v0.1",
|
333 |
"google/flan-t5-xxl",
|
334 |
-
"
|
335 |
-
"microsoft/CodeBERT-base",
|
336 |
-
"Salesforce/codegen-350M-mono",
|
337 |
-
"bigcode/starcoder"
|
338 |
],
|
339 |
label="Select Model for Issue Resolution",
|
340 |
value=DEFAULT_MODEL # Set a default model
|
|
|
331 |
"ricardo-larosa/SWE_Lite_dev-CodeLlama-34b",
|
332 |
"DevsDoCode/Gemma-2b-Code-Instruct-Finetune-v0.1",
|
333 |
"google/flan-t5-xxl",
|
334 |
+
"microsoft/CodeBERT-base"
|
|
|
|
|
|
|
335 |
],
|
336 |
label="Select Model for Issue Resolution",
|
337 |
value=DEFAULT_MODEL # Set a default model
|