thepolymerguy commited on
Commit
4af4063
·
1 Parent(s): bbaca7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def run_model(userin, dropd):
246
 
247
  if dropd in ["Apparatus Claim", "Method of Use Claim", "Method Claim"]:
248
  PROMPT = claim_selector(userin, dropd)
249
- elif dropd in ["Generate Description", "Generate Abstract", "Benefits of the invention"]:
250
  PROMPT = desc_selector(userin, dropd)
251
 
252
  inputs = tokenizer(
 
246
 
247
  if dropd in ["Apparatus Claim", "Method of Use Claim", "Method Claim"]:
248
  PROMPT = claim_selector(userin, dropd)
249
+ elif dropd in ["Generate a Description", "Generate a Abstract", "What are the Benefits/Technical Effects"]:
250
  PROMPT = desc_selector(userin, dropd)
251
 
252
  inputs = tokenizer(