Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ from stable_audio_tools.inference.generation import generate_diffusion_cond
|
|
12 |
|
13 |
PAGE_SIZE = 10
|
14 |
FILE_DIR_PATH = "/data"
|
15 |
-
os.makedirs(FILE_DIR_PATH,exits=True)
|
16 |
|
17 |
theme = gr.themes.Base(
|
18 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
|
|
12 |
|
13 |
PAGE_SIZE = 10
|
14 |
FILE_DIR_PATH = "/data"
|
|
|
15 |
|
16 |
theme = gr.themes.Base(
|
17 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|