bla commited on
Commit
20074fe
·
verified ·
1 Parent(s): 6a77bfb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ from qwen_vl_utils import process_vision_info
18
  from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
19
 
20
  # Create the temporary folder if it doesn't exist.
21
- TEMP_DIR = "temp"
22
  os.makedirs(TEMP_DIR, exist_ok=True)
23
 
24
  app = FastAPI()
 
18
  from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
19
 
20
  # Create the temporary folder if it doesn't exist.
21
+ TEMP_DIR = "/temp"
22
  os.makedirs(TEMP_DIR, exist_ok=True)
23
 
24
  app = FastAPI()