Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -327,10 +327,6 @@ with gr.Blocks() as demo:
|
|
327 |
choices=[
|
328 |
"Xenova/gpt-4o",
|
329 |
"acecalisto3/InstructiPhi",
|
330 |
-
"DevShubham/Codellama-13B-Instruct-GGUF",
|
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",
|
|
|
327 |
choices=[
|
328 |
"Xenova/gpt-4o",
|
329 |
"acecalisto3/InstructiPhi",
|
|
|
|
|
|
|
|
|
330 |
"microsoft/CodeBERT-base"
|
331 |
],
|
332 |
label="Select Model for Issue Resolution",
|