Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5e0f752
1
Parent(s):
7ee8f06
Add code
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ frame_rate = model.audio_encoder.config.frame_rate
|
|
65 |
|
66 |
|
67 |
def generate_response(audio):
|
|
|
68 |
question = client.automatic_speech_recognition(audio)
|
69 |
|
70 |
messages = [{"role": "sytem", "content": ("You are a magic 8 ball."
|
|
|
65 |
|
66 |
|
67 |
def generate_response(audio):
|
68 |
+
yield None, gr.Textbox(visible=True)
|
69 |
question = client.automatic_speech_recognition(audio)
|
70 |
|
71 |
messages = [{"role": "sytem", "content": ("You are a magic 8 ball."
|