ankban commited on
Commit
c6deefa
Β·
verified Β·
1 Parent(s): cf7a22e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -71,7 +71,9 @@ iface = gr.Interface(
71
  gr.Audio(label="πŸ”Š Spoken Feedback", type="filepath")
72
  ],
73
  title="πŸ—£ Communications Tutor with LLM Feedback",
74
- description="Speak your answer. The AI tutor will transcribe it, analyze it using GPT, and give spoken feedback on how to improve."
 
75
  )
76
 
 
77
  iface.launch()
 
71
  gr.Audio(label="πŸ”Š Spoken Feedback", type="filepath")
72
  ],
73
  title="πŸ—£ Communications Tutor with LLM Feedback",
74
+ description="Speak your answer. The AI tutor will transcribe it, analyze it using GPT, and give spoken feedback on how to improve.",
75
+ allow_flagging="never" # πŸ‘ˆ This disables flagging entirely
76
  )
77
 
78
+
79
  iface.launch()