Spaces:
Running
Running
Piyazon commited on
Commit ·
5309fbc
1
Parent(s): f48a389
update to dev2
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import traceback
|
|
| 7 |
|
| 8 |
# --- 1. SETUP ---
|
| 9 |
logging.getLogger("transformers.tokenization_utils_base").setLevel(logging.ERROR)
|
| 10 |
-
MODEL_ID = "piyazon/
|
| 11 |
|
| 12 |
if torch.cuda.is_available():
|
| 13 |
device = torch.device("cuda")
|
|
|
|
| 7 |
|
| 8 |
# --- 1. SETUP ---
|
| 9 |
logging.getLogger("transformers.tokenization_utils_base").setLevel(logging.ERROR)
|
| 10 |
+
MODEL_ID = "piyazon/uyghur_translate_dev2"
|
| 11 |
|
| 12 |
if torch.cuda.is_available():
|
| 13 |
device = torch.device("cuda")
|