Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ class App:
|
|
66 |
self.args = args
|
67 |
#self.app = gr.Blocks(css=CSS, theme=self.args.theme, delete_cache=(60, 3600))
|
68 |
#self.app = gr.Blocks(css=CSS, theme=gr.themes.Ocean(), delete_cache=(60, 3600))
|
69 |
-
self.app = gr.Blocks(css=CSS,theme=gr.themes.Ocean(), title="Automatic speech
|
70 |
self.whisper_inf = WhisperFactory.create_whisper_inference(
|
71 |
whisper_type=self.args.whisper_type,
|
72 |
whisper_model_dir=self.args.whisper_model_dir,
|
|
|
66 |
self.args = args
|
67 |
#self.app = gr.Blocks(css=CSS, theme=self.args.theme, delete_cache=(60, 3600))
|
68 |
#self.app = gr.Blocks(css=CSS, theme=gr.themes.Ocean(), delete_cache=(60, 3600))
|
69 |
+
self.app = gr.Blocks(css=CSS,theme=gr.themes.Ocean(), title="Whisper - Automatic speech recognition", delete_cache=(60, 3600))
|
70 |
self.whisper_inf = WhisperFactory.create_whisper_inference(
|
71 |
whisper_type=self.args.whisper_type,
|
72 |
whisper_model_dir=self.args.whisper_model_dir,
|