Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ def transcrire2(fpath, source_lang, target_lang):
|
|
21 |
|
22 |
return text
|
23 |
# Créer les blocs
|
24 |
-
demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
|
|
|
25 |
# Créer un interface ASR whisper avec un microphone
|
26 |
mic_transcrire = gr.Interface(
|
27 |
fn=transcrire1,
|
|
|
21 |
|
22 |
return text
|
23 |
# Créer les blocs
|
24 |
+
#demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
|
25 |
+
demo = gr.Blocks(theme='NoCrypt/miku')
|
26 |
# Créer un interface ASR whisper avec un microphone
|
27 |
mic_transcrire = gr.Interface(
|
28 |
fn=transcrire1,
|