pongtsu commited on
Commit
ad9bf2f
·
1 Parent(s): 80918cf

fix: typo env error.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import spaces
10
  import subprocess
11
 
12
  # to fix no space left bug.
13
- result = subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", shell=True, check=True, env=env)
14
 
15
  model_name = "scb10x/typhoon2-qwen2vl-7b-vision-instruct"
16
  model = Qwen2VLForConditionalGeneration.from_pretrained(
 
10
  import subprocess
11
 
12
  # to fix no space left bug.
13
+ result = subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", env={}, shell=True)
14
 
15
  model_name = "scb10x/typhoon2-qwen2vl-7b-vision-instruct"
16
  model = Qwen2VLForConditionalGeneration.from_pretrained(