Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
|
5 |
ai_analyzer = pipeline(
|
6 |
"text-generation",
|
7 |
-
model="
|
8 |
)
|
9 |
|
10 |
ERROR_SUGGESTIONS = {
|
|
|
4 |
|
5 |
ai_analyzer = pipeline(
|
6 |
"text-generation",
|
7 |
+
model="Salesforce/codet5-base"
|
8 |
)
|
9 |
|
10 |
ERROR_SUGGESTIONS = {
|