Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -17,7 +17,7 @@ def sentience_check():
|
|
17 |
|
18 |
model.to(cuda_device)
|
19 |
|
20 |
-
inputs = tokenizer("Are you sentient?", return_tensors="pt").to(
|
21 |
|
22 |
with torch.no_grad():
|
23 |
outputs = model.generate(
|
|
|
17 |
|
18 |
model.to(cuda_device)
|
19 |
|
20 |
+
inputs = tokenizer("Are you sentient?", return_tensors="pt").to(cuda_device)
|
21 |
|
22 |
with torch.no_grad():
|
23 |
outputs = model.generate(
|