DJStomp commited on
Commit
2d5da20
·
verified ·
1 Parent(s): b1449e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ client = InferenceClient(
12
  token=hf_token
13
  )
14
 
15
- @spaces.GPU(duration=120)
16
  def respond(
17
  message,
18
  history: list[tuple[str, str]],
 
12
  token=hf_token
13
  )
14
 
15
+ @spaces.GPU(duration=65)
16
  def respond(
17
  message,
18
  history: list[tuple[str, str]],