Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
| 73 |
fn=predict,
|
| 74 |
inputs=[
|
| 75 |
gr.Radio(RadinMas.questions, label="Choose a question", default=RadinMas.questions[0]), # Dropdown for question choice
|
| 76 |
-
gr.Radio(["Brief Feedback", "
|
| 77 |
gr.inputs.Audio(source="microphone", type="filepath") # Audio input
|
| 78 |
],
|
| 79 |
outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
|
|
|
|
| 73 |
fn=predict,
|
| 74 |
inputs=[
|
| 75 |
gr.Radio(RadinMas.questions, label="Choose a question", default=RadinMas.questions[0]), # Dropdown for question choice
|
| 76 |
+
gr.Radio(["Brief Feedback", "Moderate Feedback", "Comprehensive Feedback"], label="Choose a feedback level", default="Brief Feedback"), # Ensure this line is present
|
| 77 |
gr.inputs.Audio(source="microphone", type="filepath") # Audio input
|
| 78 |
],
|
| 79 |
outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
|