Spaces:
Running
Running
arjunanand13
commited on
Commit
•
09c8951
1
Parent(s):
ae9cb06
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def generate_music(Prompt):
|
|
27 |
|
28 |
def process_input(Prompt,choice):
|
29 |
if choice == "Chat":
|
30 |
-
return vanilla_chatbot(
|
31 |
elif choice == 'Music':
|
32 |
rate,audio = generate_music(Prompt)
|
33 |
return None, (rate,audio), None
|
|
|
27 |
|
28 |
def process_input(Prompt,choice):
|
29 |
if choice == "Chat":
|
30 |
+
return vanilla_chatbot(Prompt),None,None
|
31 |
elif choice == 'Music':
|
32 |
rate,audio = generate_music(Prompt)
|
33 |
return None, (rate,audio), None
|