ElmasSs commited on
Commit
04898d0
·
verified ·
1 Parent(s): b98013a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
 
5
  ai_analyzer = pipeline(
6
  "text-generation",
7
- model="codellama/CodeLlama-7b-Python"
8
  )
9
 
10
  ERROR_SUGGESTIONS = {
 
4
 
5
  ai_analyzer = pipeline(
6
  "text-generation",
7
+ model="Salesforce/codet5-base"
8
  )
9
 
10
  ERROR_SUGGESTIONS = {