Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,11 +74,12 @@ def get_completion(prompt, model='gpt-3.5-turbo'):
|
|
| 74 |
with gr.Blocks() as demo:
|
| 75 |
|
| 76 |
gr.Markdown("""
|
| 77 |
-
# Chat with NP
|
| 78 |
-
|
| 79 |
This is to make life of NPs easier.
|
| 80 |
Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
|
| 81 |
""")
|
|
|
|
| 82 |
|
| 83 |
title = "Chat with NP"
|
| 84 |
audio = gr.Audio(source="microphone", type="filepath")
|
|
|
|
| 74 |
with gr.Blocks() as demo:
|
| 75 |
|
| 76 |
gr.Markdown("""
|
| 77 |
+
# Chat with NP <br>
|
| 78 |
+
|
| 79 |
This is to make life of NPs easier.
|
| 80 |
Record post visit summary in natural language, press "transcribe audio", and then "prepare a report".
|
| 81 |
""")
|
| 82 |
+
|
| 83 |
|
| 84 |
title = "Chat with NP"
|
| 85 |
audio = gr.Audio(source="microphone", type="filepath")
|