Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ else:
|
|
27 |
|
28 |
# model = model.to(device)
|
29 |
# Dispatch Errors
|
30 |
-
model = model.to_bettertransformer()
|
31 |
|
32 |
@spaces.GPU
|
33 |
def chat(message, history):
|
|
|
27 |
|
28 |
# model = model.to(device)
|
29 |
# Dispatch Errors
|
|
|
30 |
|
31 |
@spaces.GPU
|
32 |
def chat(message, history):
|