M4xjunior commited on
Commit
b837d0b
·
1 Parent(s): d0f85c0
Files changed (2) hide show
  1. app.py +0 -2
  2. logs/sentence_analyzer_2024-12-02.log +2 -0
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import nltk
2
  nltk.download('punkt_tab')
3
- #tr
4
  from sentence_analyzer import SentenceAnalyzer
5
  import re
6
  import tempfile
@@ -254,7 +253,6 @@ with gr.Blocks(css=custom_css) as app:
254
  ],
255
  outputs=[
256
  audio_output,
257
- None, # Não estamos usando a saída do espectrograma
258
  ref_text_input, # Atualiza o texto de referência, se necessário
259
  seed_output, # Saída do Seed
260
  ],
 
1
  import nltk
2
  nltk.download('punkt_tab')
 
3
  from sentence_analyzer import SentenceAnalyzer
4
  import re
5
  import tempfile
 
253
  ],
254
  outputs=[
255
  audio_output,
 
256
  ref_text_input, # Atualiza o texto de referência, se necessário
257
  seed_output, # Saída do Seed
258
  ],
logs/sentence_analyzer_2024-12-02.log CHANGED
@@ -24,3 +24,5 @@
24
  2024-12-02 19:22:45,359 - SentenceAnalyzer - INFO - SentenceAnalyzer initialized successfully
25
  2024-12-02 19:25:59,990 - SentenceAnalyzer - DEBUG - Logger set up successfully
26
  2024-12-02 19:25:59,990 - SentenceAnalyzer - INFO - SentenceAnalyzer initialized successfully
 
 
 
24
  2024-12-02 19:22:45,359 - SentenceAnalyzer - INFO - SentenceAnalyzer initialized successfully
25
  2024-12-02 19:25:59,990 - SentenceAnalyzer - DEBUG - Logger set up successfully
26
  2024-12-02 19:25:59,990 - SentenceAnalyzer - INFO - SentenceAnalyzer initialized successfully
27
+ 2024-12-02 19:28:56,156 - SentenceAnalyzer - DEBUG - Logger set up successfully
28
+ 2024-12-02 19:28:56,156 - SentenceAnalyzer - INFO - SentenceAnalyzer initialized successfully