Spaces:
Running
Running
broadfield
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ def generate(prompt,history,mod=2,tok=4000,seed=1,role="ASSISTANT",data=None):
|
|
108 |
output += response.token.text
|
109 |
#print(file_content)
|
110 |
print(response)
|
111 |
-
yield
|
112 |
-
yield
|
113 |
-
yield
|
114 |
|
115 |
#yield output
|
116 |
#yield history
|
|
|
108 |
output += response.token.text
|
109 |
#print(file_content)
|
110 |
print(response)
|
111 |
+
yield 'test1'
|
112 |
+
yield data[1]
|
113 |
+
yield response
|
114 |
|
115 |
#yield output
|
116 |
#yield history
|