Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from mm_utils import tokenizer_image_token
|
|
| 16 |
from helpers import sample, expand2square
|
| 17 |
|
| 18 |
import os
|
| 19 |
-
os.system("wget https://huggingface.co/FoundationVision/unitok_tokenizer/resolve/main/unitok_tokenizer.pth")
|
| 20 |
PILtransform = transforms.ToPILImage()
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
from helpers import sample, expand2square
|
| 17 |
|
| 18 |
import os
|
| 19 |
+
os.system("wget -q https://huggingface.co/FoundationVision/unitok_tokenizer/resolve/main/unitok_tokenizer.pth")
|
| 20 |
PILtransform = transforms.ToPILImage()
|
| 21 |
|
| 22 |
|