laurenssam commited on
Commit
50a299e
·
1 Parent(s): d0044a0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -279,6 +279,7 @@ def http_bot(state, temperature, top_p, max_new_tokens):
279
  # for stream
280
  output = get_response(pload)
281
  print(output)
 
282
  for chunk in output:
283
  if chunk:
284
  data = json.loads(chunk.decode())
 
279
  # for stream
280
  output = get_response(pload)
281
  print(output)
282
+ print("-" * 10)
283
  for chunk in output:
284
  if chunk:
285
  data = json.loads(chunk.decode())