Spaces:
Running
on
Zero
Running
on
Zero
jadechoghari
commited on
Commit
•
e090f2e
1
Parent(s):
b41bf98
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ model = see2sound.See2Sound(config_path="config.yaml")
|
|
23 |
model.setup()
|
24 |
|
25 |
|
26 |
-
@spaces.GPU(duration=
|
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]
|