Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
204ea61
1
Parent(s):
4c3670f
Modify tags being sent to model
Browse files- 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
|
| 10 |
-
"Synth": "synth
|
| 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):
|