JabriA commited on
Commit
021133b
·
1 Parent(s): deca047

Add Darija transcription and topic extraction app8

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ app = gr.Interface(
82
  fn=transcribe_and_summarize,
83
  inputs=inputs,
84
  outputs=outputs,
85
- title="Moroccan Darija Audio Transcription, Summarization, and Topic Classification",
86
  description="Upload an audio file in Moroccan Darija to get its transcription, a summarized version of the content, and the detected topic."
87
  )
88
 
 
82
  fn=transcribe_and_summarize,
83
  inputs=inputs,
84
  outputs=outputs,
85
+ title="Moroccan Darija Audio Transcription, Summarization, and Topic Classification (JABRI)",
86
  description="Upload an audio file in Moroccan Darija to get its transcription, a summarized version of the content, and the detected topic."
87
  )
88