rishitdagli commited on
Commit
4322097
·
verified ·
1 Parent(s): 54d9a06

change requested time to 300 secs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ model = see2sound.See2Sound(config_path="config.yaml")
23
  model.setup()
24
 
25
 
26
- @spaces.GPU(duration=250)
27
  @torch.no_grad()
28
  def process_image(
29
  image: str, num_audios: int, prompt: Union[str, None], steps: Union[int, None]
 
23
  model.setup()
24
 
25
 
26
+ @spaces.GPU(duration=300)
27
  @torch.no_grad()
28
  def process_image(
29
  image: str, num_audios: int, prompt: Union[str, None], steps: Union[int, None]