Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ READER_LLM = pipeline(
|
|
179 |
repetition_penalty=1.1,
|
180 |
return_full_text=False,
|
181 |
max_new_tokens=500,
|
182 |
-
device=device,
|
183 |
)
|
184 |
# -------------------------------
|
185 |
# 🔧 Whisper Model Setup
|
|
|
179 |
repetition_penalty=1.1,
|
180 |
return_full_text=False,
|
181 |
max_new_tokens=500,
|
182 |
+
#device=device,
|
183 |
)
|
184 |
# -------------------------------
|
185 |
# 🔧 Whisper Model Setup
|