Spaces:
Runtime error
Runtime error
Commit
·
4af4063
1
Parent(s):
bbaca7f
Update app.py
Browse files
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", "
|
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(
|