ankandrew commited on
Commit
30423c3
·
verified ·
1 Parent(s): b59da6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ label_translations = {
39
  }
40
 
41
 
42
- @spaces.GPU(duration=120) # bump if your requests take >60s
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: