Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ label_translations = {
|
|
39 |
}
|
40 |
|
41 |
|
42 |
-
@spaces.GPU(duration=
|
43 |
def offline_chat(gr_inputs: dict, gr_history: list, infer_history: list, temperature: float):
|
44 |
infer.to_device("cuda")
|
45 |
try:
|
|
|
39 |
}
|
40 |
|
41 |
|
42 |
+
@spaces.GPU(duration=180)
|
43 |
def offline_chat(gr_inputs: dict, gr_history: list, infer_history: list, temperature: float):
|
44 |
infer.to_device("cuda")
|
45 |
try:
|