Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -265,10 +265,12 @@ def simple_chat(message: dict, temperature: float = 0.8, max_length: int = 4096,
|
|
265 |
|
266 |
|
267 |
print("---------")
|
|
|
|
|
268 |
print(generated_ids[0])
|
269 |
print("---------")
|
270 |
-
print(
|
271 |
-
print("
|
272 |
print(generated_text)
|
273 |
|
274 |
|
|
|
265 |
|
266 |
|
267 |
print("---------")
|
268 |
+
print("IDs: ")
|
269 |
+
print(" ")
|
270 |
print(generated_ids[0])
|
271 |
print("---------")
|
272 |
+
print("Text: ")
|
273 |
+
print(" ")
|
274 |
print(generated_text)
|
275 |
|
276 |
|