Spaces:
Sleeping
Sleeping
srijaydeshpande
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ model = transformers.pipeline(
|
|
140 |
"text-generation",
|
141 |
model=model_id,
|
142 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
143 |
-
device="
|
144 |
)
|
145 |
|
146 |
css = ".gradio-container {background: 'logo.png'}"
|
|
|
140 |
"text-generation",
|
141 |
model=model_id,
|
142 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
143 |
+
device="cuda"
|
144 |
)
|
145 |
|
146 |
css = ".gradio-container {background: 'logo.png'}"
|