Spaces:
Runtime error
Runtime error
NCTCMumbai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ Credit to Derek Thomas, [email protected]
|
|
5 |
from ragatouille import RAGPretrainedModel
|
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
|
|
|
5 |
from ragatouille import RAGPretrainedModel
|
6 |
import subprocess
|
7 |
|
|
|
|
|
8 |
import logging
|
9 |
from pathlib import Path
|
10 |
from time import perf_counter
|