BlinkDL commited on
Commit
0083156
1 Parent(s): f19951d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -71,6 +71,8 @@ def infer(
71
  out_str += tmp
72
  yield out_str.strip()
73
  out_last = i + 1
 
 
74
  yield out_str.strip()
75
 
76
  examples = [
 
71
  out_str += tmp
72
  yield out_str.strip()
73
  out_last = i + 1
74
+ gc.collect()
75
+ torch.cuda.empty_cache()
76
  yield out_str.strip()
77
 
78
  examples = [