Triok1 commited on
Commit
13d7e2f
·
verified ·
1 Parent(s): a2a249e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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