AlphaSinthian commited on
Commit
68246eb
·
verified ·
1 Parent(s): dfca150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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,