Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -268,6 +268,7 @@ def add_pingpong(idx, ld, ping):
|
|
268 |
|
269 |
ppm = res[idx]
|
270 |
prompt = build_prompts(ppm, ping)
|
|
|
271 |
|
272 |
prompt = tf.constant(prompt)
|
273 |
max_length = tf.constant(256, dtype="int64")
|
|
|
268 |
|
269 |
ppm = res[idx]
|
270 |
prompt = build_prompts(ppm, ping)
|
271 |
+
print(prompt)
|
272 |
|
273 |
prompt = tf.constant(prompt)
|
274 |
max_length = tf.constant(256, dtype="int64")
|