Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ Create a title and description for product page.
|
|
19 |
Product name: Fenix ARB-L18-4000U
|
20 |
Description: Аккумулятор 18650 с встроенным портом Type-C и защитой от перегрузок.
|
21 |
Output format:
|
22 |
-
{"title": "...", "description": "..."}
|
23 |
"""
|
24 |
inputs = tokenizer(prompt, return_tensors="pt", max_length=512, truncation=True)
|
25 |
|
|
|
19 |
Product name: Fenix ARB-L18-4000U
|
20 |
Description: Аккумулятор 18650 с встроенным портом Type-C и защитой от перегрузок.
|
21 |
Output format:
|
22 |
+
{{"title": "...", "description": "..."}}
|
23 |
"""
|
24 |
inputs = tokenizer(prompt, return_tensors="pt", max_length=512, truncation=True)
|
25 |
|