Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,6 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 24 |
"cvssp/audioldm2",
|
| 25 |
use_auth_token=hf_token
|
| 26 |
)
|
| 27 |
-
# The AudioLDM pipeline can be moved to CUDA/CPU explicitly inside the function.
|
| 28 |
|
| 29 |
@spaces.GPU(duration=120)
|
| 30 |
def analyze_image_with_free_model(image_file):
|
|
|
|
| 24 |
"cvssp/audioldm2",
|
| 25 |
use_auth_token=hf_token
|
| 26 |
)
|
|
|
|
| 27 |
|
| 28 |
@spaces.GPU(duration=120)
|
| 29 |
def analyze_image_with_free_model(image_file):
|