Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def get_completion(prompt, model='gpt-3.5-turbo'):
|
|
71 |
)
|
72 |
return response.choices[0].message['content']
|
73 |
|
74 |
-
demo = gr.Blocks(
|
75 |
|
76 |
with demo:
|
77 |
audio = gr.Audio(source="microphone", type="filepath")
|
|
|
71 |
)
|
72 |
return response.choices[0].message['content']
|
73 |
|
74 |
+
demo = gr.Blocks()
|
75 |
|
76 |
with demo:
|
77 |
audio = gr.Audio(source="microphone", type="filepath")
|