Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from transformers import AutoTokenizer, AutoFeatureExtractor, set_seed
|
|
13 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
14 |
|
15 |
|
16 |
-
repo_id = "ittailup/
|
17 |
|
18 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
19 |
|
|
|
13 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
14 |
|
15 |
|
16 |
+
repo_id = "ittailup/pe-v0.1"
|
17 |
|
18 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
19 |
|