yama commited on
Commit
07f47a8
·
1 Parent(s): 70838ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -374,15 +374,25 @@ with demo:
374
  with gr.Column():
375
  download_transcript.render()
376
  transcription_df.render()
 
 
 
 
 
 
377
  openai_key_in.render()
378
  openai_prompt_in.render()
379
  transcription_summary_btn = gr.Button("Evaluate and analyze transcription content")
380
  transcription_summary_btn.click(transcription_summary_btn_click_callback)
 
 
 
381
  transcription_summary_out.render()
382
  system_info.render()
383
  gr.Markdown(
384
  '''<center><img src='https://visitor-badge.glitch.me/badge?page_id=WhisperDiarizationSpeakers' alt='visitor badge'><a href="https://opensource.org/licenses/Apache-2.0"><img src='https://img.shields.io/badge/License-Apache_2.0-blue.svg' alt='License: Apache 2.0'></center>''')
385
 
 
386
  # with gr.Tab("Whisper Transcribe Japanese Audio"):
387
  # gr.Markdown(f'''
388
  # <div>
 
374
  with gr.Column():
375
  download_transcript.render()
376
  transcription_df.render()
377
+ # system_info.render()
378
+ # gr.Markdown(
379
+ # '''<center><img src='https://visitor-badge.glitch.me/badge?page_id=WhisperDiarizationSpeakers' alt='visitor badge'><a href="https://opensource.org/licenses/Apache-2.0"><img src='https://img.shields.io/badge/License-Apache_2.0-blue.svg' alt='License: Apache 2.0'></center>''')
380
+
381
+ with gr.Row():
382
+ with gr.Column():
383
  openai_key_in.render()
384
  openai_prompt_in.render()
385
  transcription_summary_btn = gr.Button("Evaluate and analyze transcription content")
386
  transcription_summary_btn.click(transcription_summary_btn_click_callback)
387
+
388
+ with gr.Row():
389
+ with gr.Column():
390
  transcription_summary_out.render()
391
  system_info.render()
392
  gr.Markdown(
393
  '''<center><img src='https://visitor-badge.glitch.me/badge?page_id=WhisperDiarizationSpeakers' alt='visitor badge'><a href="https://opensource.org/licenses/Apache-2.0"><img src='https://img.shields.io/badge/License-Apache_2.0-blue.svg' alt='License: Apache 2.0'></center>''')
394
 
395
+
396
  # with gr.Tab("Whisper Transcribe Japanese Audio"):
397
  # gr.Markdown(f'''
398
  # <div>