Spaces:
Runtime error
Runtime error
Dawoodthouseef
commited on
Commit
•
7c564cc
1
Parent(s):
89de8ab
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ examples = [
|
|
43 |
def process_example(args):
|
44 |
for x in response(args):
|
45 |
pass
|
46 |
-
return x
|
47 |
|
48 |
css = ".generating {visibility: hidden}"
|
49 |
|
|
|
43 |
def process_example(args):
|
44 |
for x in response(args):
|
45 |
pass
|
46 |
+
return x['response']
|
47 |
|
48 |
css = ".generating {visibility: hidden}"
|
49 |
|