Blane187 commited on
Commit
ae0e14f
·
verified ·
1 Parent(s): b256866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")