ACloudCenter commited on
Commit
204ea61
·
1 Parent(s): 4c3670f

Modify tags being sent to model

Browse files
Files changed (1) hide show
  1. ui/simple_components.py +2 -2
ui/simple_components.py CHANGED
@@ -6,8 +6,8 @@ import gradio as gr
6
 
7
  # Simplified presets - only EDM and Synth
8
  SIMPLE_PRESETS = {
9
- "EDM": "edm, synth, bass, kick drum, 128 bpm, euphoric, pulsating, energetic, instrumental",
10
- "Synth": "synth, electronic, ambient, atmospheric, 100 bpm, dreamy, ethereal, instrumental"
11
  }
12
 
13
  def create_simple_ui(text2music_process_func):
 
6
 
7
  # Simplified presets - only EDM and Synth
8
  SIMPLE_PRESETS = {
9
+ "EDM": "edm",
10
+ "Synth": "synth"
11
  }
12
 
13
  def create_simple_ui(text2music_process_func):