BlinkDL commited on
Commit
014e025
·
1 Parent(s): e1ba2c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def evaluate(
76
  out_str += tmp
77
  yield out_str.strip()
78
  out_last = i + 1
79
- if '\n\n' in tmp:
80
  break
81
 
82
  gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
 
76
  out_str += tmp
77
  yield out_str.strip()
78
  out_last = i + 1
79
+ if '\n\n' in out_str:
80
  break
81
 
82
  gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)