Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ Credit to Derek Thomas, [email protected]
|
|
| 6 |
import subprocess
|
| 7 |
|
| 8 |
# subprocess.run(["pip", "install", "--upgrade", "transformers[torch,sentencepiece]==4.34.1"])
|
| 9 |
-
|
| 10 |
import logging
|
| 11 |
from pathlib import Path
|
| 12 |
from time import perf_counter
|
|
|
|
| 6 |
import subprocess
|
| 7 |
|
| 8 |
# subprocess.run(["pip", "install", "--upgrade", "transformers[torch,sentencepiece]==4.34.1"])
|
| 9 |
+
import spaces
|
| 10 |
import logging
|
| 11 |
from pathlib import Path
|
| 12 |
from time import perf_counter
|