Dawoodthouseef
commited on
Commit
•
cb0fd3a
1
Parent(s):
73470fc
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ examples = [
|
|
41 |
"I'm selling my Nikon D-750, write a short blurb for my ad."
|
42 |
]
|
43 |
|
44 |
-
def process_example(args):
|
45 |
-
for x in response(args):
|
46 |
pass
|
47 |
return x
|
48 |
|
|
|
41 |
"I'm selling my Nikon D-750, write a short blurb for my ad."
|
42 |
]
|
43 |
|
44 |
+
def process_example(args,args,args):
|
45 |
+
for x in response(args,args,args):
|
46 |
pass
|
47 |
return x
|
48 |
|