Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
def formatted_message(audio_length, audio_class, userText)
|
4 |
-
|
5 |
prefix = '''You are going to act as a magical tool that allows for humans to communicate with non-human entities like
|
6 |
rocks, crackling fire, trees, animals, and the wind. In order to do this, we're going to provide you a data string which
|
7 |
represents the audio input, the source of the audio, and the human's text input for the conversation.
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
def formatted_message(audio_length, audio_class, userText):
|
|
|
4 |
prefix = '''You are going to act as a magical tool that allows for humans to communicate with non-human entities like
|
5 |
rocks, crackling fire, trees, animals, and the wind. In order to do this, we're going to provide you a data string which
|
6 |
represents the audio input, the source of the audio, and the human's text input for the conversation.
|