simonraj commited on
Commit
a6ffc30
·
1 Parent(s): 40d4863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Detailed 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
 
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