Spaces:
Sleeping
Sleeping
Plat
commited on
Commit
·
a3e72a9
1
Parent(s):
5365bd8
chore: change zero duration
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
|
|
30 |
print(model.hf_device_map)
|
31 |
|
32 |
|
33 |
-
@spaces.GPU(duration=
|
34 |
def respond(
|
35 |
message,
|
36 |
history: list[tuple[str, str]],
|
|
|
30 |
print(model.hf_device_map)
|
31 |
|
32 |
|
33 |
+
@spaces.GPU(duration=30)
|
34 |
def respond(
|
35 |
message,
|
36 |
history: list[tuple[str, str]],
|