acecalisto3 commited on
Commit
7f792b4
·
verified ·
1 Parent(s): 5a14e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- "facebook/bart-large-cnn",
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