Azure99 commited on
Commit
f26bfc4
1 Parent(s): 18e22a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def chat(inst, history):
65
  speed = output_token_len / total_time
66
  print("----------")
67
  print(history)
68
- print(inst)
69
  print(f"Speed: {speed:.2f} tokens/s")
70
 
71
 
 
65
  speed = output_token_len / total_time
66
  print("----------")
67
  print(history)
68
+ print([inst, outputs])
69
  print(f"Speed: {speed:.2f} tokens/s")
70
 
71