Spaces:
Runtime error
Runtime error
Commit
•
753626e
1
Parent(s):
6b04878
Removing ugly force installation
Browse files
app.py
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
import subprocess
|
2 |
-
|
3 |
-
subprocess.run(["pip", "install", "--upgrade", "transformers[torch,sentencepiece]==4.34.1"])
|
4 |
-
|
5 |
from functools import partial
|
6 |
import logging
|
7 |
from pathlib import Path
|
|
|
|
|
|
|
|
|
|
|
1 |
from functools import partial
|
2 |
import logging
|
3 |
from pathlib import Path
|