Spaces:
Running
on
Zero
Running
on
Zero
machuofan
commited on
Commit
·
01ee964
1
Parent(s):
c8cb7ee
small fix
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ import os
|
|
19 |
os.system("pip uninstall -y gradio")
|
20 |
os.system("pip install gradio==4.44.1")
|
21 |
os.system("pip install gradio_client==1.3.0")
|
22 |
-
|
23 |
PILtransform = transforms.ToPILImage()
|
24 |
|
25 |
|
|
|
19 |
os.system("pip uninstall -y gradio")
|
20 |
os.system("pip install gradio==4.44.1")
|
21 |
os.system("pip install gradio_client==1.3.0")
|
22 |
+
os.system("wget https://huggingface.co/FoundationVision/unitok_tokenizer/blob/main/unitok_tokenizer.pth")
|
23 |
PILtransform = transforms.ToPILImage()
|
24 |
|
25 |
|