chansung commited on
Commit
e290e51
·
1 Parent(s): 958c37e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")