Spaces:
Running
Running
admin
commited on
Commit
·
bd47085
1
Parent(s):
2616c1b
huggingface_hub
Browse files- requirements.txt +1 -2
- utils.py +1 -1
requirements.txt
CHANGED
@@ -6,5 +6,4 @@ unidecode
|
|
6 |
pillow==9.4.0
|
7 |
numpy==1.26.4
|
8 |
samplings==0.1.7
|
9 |
-
transformers==4.18.0
|
10 |
-
modelscope[framework]==1.18
|
|
|
6 |
pillow==9.4.0
|
7 |
numpy==1.26.4
|
8 |
samplings==0.1.7
|
9 |
+
transformers==4.18.0
|
|
utils.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
import requests
|
6 |
import subprocess
|
7 |
from tqdm import tqdm
|
8 |
-
from
|
9 |
|
10 |
TEYVAT = ["Mondstadt", "Liyue", "Inazuma", "Sumeru", "Fontaine", "Natlan"]
|
11 |
WEIGHTS_PATH = (
|
|
|
5 |
import requests
|
6 |
import subprocess
|
7 |
from tqdm import tqdm
|
8 |
+
from huggingface_hub import snapshot_download
|
9 |
|
10 |
TEYVAT = ["Mondstadt", "Liyue", "Inazuma", "Sumeru", "Fontaine", "Natlan"]
|
11 |
WEIGHTS_PATH = (
|