Spaces:
Running
Running
Update main.py
Browse files
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()
|