Spaces:
Sleeping
Sleeping
gospacedev
commited on
Commit
•
00b3a22
1
Parent(s):
d3c4401
add token
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def generate_emoji_translation(prompt):
|
|
51 |
output = ""
|
52 |
|
53 |
for response in stream:
|
54 |
-
output += response.text
|
55 |
|
56 |
return output
|
57 |
|
|
|
51 |
output = ""
|
52 |
|
53 |
for response in stream:
|
54 |
+
output += response.token.text
|
55 |
|
56 |
return output
|
57 |
|