Spaces:
Runtime error
Runtime error
yuki-2025
commited on
Commit
·
d41e813
1
Parent(s):
abfcb93
commit2
Browse files
app.py
CHANGED
@@ -101,6 +101,8 @@ def main():
|
|
101 |
|
102 |
with st.spinner("Processing..."):
|
103 |
logger.info("Starting transcription process...")
|
|
|
|
|
104 |
full_text, srt_content = transcribe_audio(model_name, tmp_file_path, language=language)
|
105 |
|
106 |
if full_text and srt_content:
|
|
|
101 |
|
102 |
with st.spinner("Processing..."):
|
103 |
logger.info("Starting transcription process...")
|
104 |
+
logger.info(get_gpu_info())
|
105 |
+
logger.info(get_cpu_info())
|
106 |
full_text, srt_content = transcribe_audio(model_name, tmp_file_path, language=language)
|
107 |
|
108 |
if full_text and srt_content:
|