Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ Immediately STOP after that. It should be EXACTLY in this format:
|
|
163 |
def get_musical_prompt(user_prompt, chosen_model):
|
164 |
|
165 |
if chosen_model == "Mustango" :
|
166 |
-
agent_maker_sys =
|
167 |
else :
|
168 |
agent_maker_sys = standard_sys
|
169 |
|
|
|
163 |
def get_musical_prompt(user_prompt, chosen_model):
|
164 |
|
165 |
if chosen_model == "Mustango" :
|
166 |
+
agent_maker_sys = standard_sys
|
167 |
else :
|
168 |
agent_maker_sys = standard_sys
|
169 |
|