Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,7 @@ def get_completion(prompt, model='gpt-3.5-turbo'):
|
|
74 |
demo = gr.Blocks()
|
75 |
|
76 |
with demo:
|
|
|
77 |
audio = gr.Audio(source="microphone", type="filepath")
|
78 |
|
79 |
b1 = gr.Button("Transcribe audio")
|
|
|
74 |
demo = gr.Blocks()
|
75 |
|
76 |
with demo:
|
77 |
+
title = 'Chat with NP'
|
78 |
audio = gr.Audio(source="microphone", type="filepath")
|
79 |
|
80 |
b1 = gr.Button("Transcribe audio")
|