Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
|
|
|
2 |
import os
|
3 |
import json
|
4 |
import numpy as np
|
@@ -10,7 +11,7 @@ from pico_model import PicoDiffusion
|
|
10 |
from audioldm.variational_autoencoder.autoencoder import AutoencoderKL
|
11 |
from llm_preprocess import get_event, preprocess_gemini, preprocess_gpt
|
12 |
|
13 |
-
|
14 |
|
15 |
class dotdict(dict):
|
16 |
"""dot.notation access to dictionary attributes"""
|
|
|
1 |
|
2 |
+
import spaces
|
3 |
import os
|
4 |
import json
|
5 |
import numpy as np
|
|
|
11 |
from audioldm.variational_autoencoder.autoencoder import AutoencoderKL
|
12 |
from llm_preprocess import get_event, preprocess_gemini, preprocess_gpt
|
13 |
|
14 |
+
|
15 |
|
16 |
class dotdict(dict):
|
17 |
"""dot.notation access to dictionary attributes"""
|