jadechoghari commited on
Commit
e090f2e
1 Parent(s): b41bf98

Update app.py

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=200)
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=280)
27
  @torch.no_grad()
28
  def process_image(
29
  image: str, num_audios: int, prompt: Union[str, None], steps: Union[int, None]