NariLabs commited on
Commit
02e3574
·
verified ·
1 Parent(s): 0db6060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ except Exception as e:
22
  raise
23
 
24
 
25
- @spaces.GPU(duration=120)
26
  def run_inference(
27
  text_input: str,
28
  audio_prompt_input: Optional[Tuple[int, np.ndarray]],
 
22
  raise
23
 
24
 
25
+ @spaces.GPU(duration=100)
26
  def run_inference(
27
  text_input: str,
28
  audio_prompt_input: Optional[Tuple[int, np.ndarray]],