Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from concurrent.futures import ThreadPoolExecutor
|
|
8 |
def load_models():
|
9 |
base_pipe = pipeline(
|
10 |
"text-generation",
|
11 |
-
model="TinyLlama/TinyLlama-1.1B-
|
12 |
max_length=512,
|
13 |
)
|
14 |
irai_pipe = pipeline(
|
|
|
8 |
def load_models():
|
9 |
base_pipe = pipeline(
|
10 |
"text-generation",
|
11 |
+
model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
12 |
max_length=512,
|
13 |
)
|
14 |
irai_pipe = pipeline(
|