enoreyes commited on
Commit
9463f01
1 Parent(s): cedb35f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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.