machuofan commited on
Commit
a106ad5
·
verified ·
1 Parent(s): ad42ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -16,9 +16,6 @@ from mm_utils import tokenizer_image_token
16
  from helpers import sample, expand2square
17
 
18
  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
  os.system("wget https://huggingface.co/FoundationVision/unitok_tokenizer/blob/main/unitok_tokenizer.pth")
23
  PILtransform = transforms.ToPILImage()
24
 
 
16
  from helpers import sample, expand2square
17
 
18
  import os
 
 
 
19
  os.system("wget https://huggingface.co/FoundationVision/unitok_tokenizer/blob/main/unitok_tokenizer.pth")
20
  PILtransform = transforms.ToPILImage()
21