Add Darija transcription and topic extraction app8
Browse files
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 |
|