Spaces:
Running
Running
Update rhythma.py
Browse files- rhythma.py +1 -1
rhythma.py
CHANGED
|
@@ -505,4 +505,4 @@ Emotion:"""
|
|
| 505 |
return f"Error in transcription: {str(e)}"
|
| 506 |
|
| 507 |
def analyze_input(self, input_text, audio_path=None):
|
| 508 |
-
"""Analyze input text and return appropriate emotional
|
|
|
|
| 505 |
return f"Error in transcription: {str(e)}"
|
| 506 |
|
| 507 |
def analyze_input(self, input_text, audio_path=None):
|
| 508 |
+
"""Analyze input text and return appropriate emotional state and rhyt
|