Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import copy
|
|
6 |
from pathlib import Path
|
7 |
import secrets
|
8 |
import torch
|
|
|
9 |
from PIL import Image, ImageDraw, UnidentifiedImageError
|
10 |
|
11 |
model_name = "qwen/Qwen-VL-Chat"
|
|
|
6 |
from pathlib import Path
|
7 |
import secrets
|
8 |
import torch
|
9 |
+
import os
|
10 |
from PIL import Image, ImageDraw, UnidentifiedImageError
|
11 |
|
12 |
model_name = "qwen/Qwen-VL-Chat"
|