Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ Protect with tape or metal strip if needed
|
|
309 |
},
|
310 |
{
|
311 |
"role":"user",
|
312 |
-
"content":"Generate recommended solutions for this defect '{class_name}'"
|
313 |
}
|
314 |
],
|
315 |
max_tokens=600,
|
|
|
309 |
},
|
310 |
{
|
311 |
"role":"user",
|
312 |
+
"content":f"Generate recommended solutions for this defect '{class_name}'"
|
313 |
}
|
314 |
],
|
315 |
max_tokens=600,
|