Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ class TranscriptionApp:
|
|
61 |
def setup_ui(self):
|
62 |
with self.app:
|
63 |
gr.Markdown("# Whisperx Kit")
|
64 |
-
gr.Markdown("❤️ Try to make a
|
65 |
gr.Markdown("❤️ Base on https://github.com/rgcodeai/Kit-Whisperx. Thanks for Ricardo G.")
|
66 |
with gr.Row():
|
67 |
with gr.Column():
|
|
|
61 |
def setup_ui(self):
|
62 |
with self.app:
|
63 |
gr.Markdown("# Whisperx Kit")
|
64 |
+
gr.Markdown("❤️ Try to make a nice open source transcription toolkit.")
|
65 |
gr.Markdown("❤️ Base on https://github.com/rgcodeai/Kit-Whisperx. Thanks for Ricardo G.")
|
66 |
with gr.Row():
|
67 |
with gr.Column():
|