Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def process_audio(audio_file, model_name):
|
|
40 |
return separate_audio(audio_file.name, output_dir, model_name)
|
41 |
|
42 |
# Define the Gradio interface
|
43 |
-
iface = gr.Blocks()
|
44 |
|
45 |
with iface:
|
46 |
gr.Markdown("# Hex Separator")
|
|
|
40 |
return separate_audio(audio_file.name, output_dir, model_name)
|
41 |
|
42 |
# Define the Gradio interface
|
43 |
+
iface = gr.Blocks(theme='hev832/Applio')
|
44 |
|
45 |
with iface:
|
46 |
gr.Markdown("# Hex Separator")
|