Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def split_audio(files, segment_duration):
|
|
| 76 |
return zip_path
|
| 77 |
|
| 78 |
# Gradio Interface
|
| 79 |
-
with gr.Blocks(theme=gr.themes.Soft(spacing_size=gr.themes.sizes.spacing_sm, radius_size=gr.themes.sizes.radius_none) as app:
|
| 80 |
gr.Markdown("## Audio Splitter")
|
| 81 |
|
| 82 |
with gr.Row():
|
|
|
|
| 76 |
return zip_path
|
| 77 |
|
| 78 |
# Gradio Interface
|
| 79 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.blue, spacing_size=gr.themes.sizes.spacing_sm, radius_size=gr.themes.sizes.radius_none)) as app:
|
| 80 |
gr.Markdown("## Audio Splitter")
|
| 81 |
|
| 82 |
with gr.Row():
|