Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ my_inputs = [
|
|
| 131 |
#gr.Audio(source="microphone", type="filepath"), #Gradio 3.48.0
|
| 132 |
#gr.Audio(sources=["microphone"], type="filepath",format="wav"), #Gradio 4.x
|
| 133 |
#gr.Audio(sources=["microphone"],type="numpy",editable="false"), #Gradio 4.x
|
| 134 |
-
gr.Microphone(type="
|
| 135 |
gr.Radio(["Hallway Consult","Full Visit","Feedback","Impression/Plan","Dx/DDx","Handover","Psych","Meds Only"], show_label=False),
|
| 136 |
]
|
| 137 |
|
|
|
|
| 131 |
#gr.Audio(source="microphone", type="filepath"), #Gradio 3.48.0
|
| 132 |
#gr.Audio(sources=["microphone"], type="filepath",format="wav"), #Gradio 4.x
|
| 133 |
#gr.Audio(sources=["microphone"],type="numpy",editable="false"), #Gradio 4.x
|
| 134 |
+
gr.Microphone(type="filepath",format="wav"), #Gradio 4.x
|
| 135 |
gr.Radio(["Hallway Consult","Full Visit","Feedback","Impression/Plan","Dx/DDx","Handover","Psych","Meds Only"], show_label=False),
|
| 136 |
]
|
| 137 |
|