Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ pipe = pipeline(
|
|
56 |
"text-generation",
|
57 |
model="google/gemma-2-2b-jpn-it",
|
58 |
|
59 |
-
device="
|
60 |
)
|
61 |
|
62 |
# Define system context and bot personality
|
|
|
56 |
"text-generation",
|
57 |
model="google/gemma-2-2b-jpn-it",
|
58 |
|
59 |
+
device="cpu", # replace with "mps" to run on a Mac device
|
60 |
)
|
61 |
|
62 |
# Define system context and bot personality
|