ankban commited on
Commit
a8779a3
Β·
verified Β·
1 Parent(s): 6c44c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def tutor_feedback(audio_file):
64
  # Gradio UI
65
  iface = gr.Interface(
66
  fn=tutor_feedback,
67
- inputs=gr.Audio(source="microphone", type="filepath", label="🎀 Speak your response"),
68
  outputs=[
69
  gr.Textbox(label="πŸ“ Transcript"),
70
  gr.Textbox(label="πŸ“’ Tutor Feedback"),
 
64
  # Gradio UI
65
  iface = gr.Interface(
66
  fn=tutor_feedback,
67
+ inputs=gr.Audio(type="filepath", label="🎀 Upload or record your response"),,
68
  outputs=[
69
  gr.Textbox(label="πŸ“ Transcript"),
70
  gr.Textbox(label="πŸ“’ Tutor Feedback"),