vumichien commited on
Commit
25198c1
1 Parent(s): ac0fd89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -266,14 +266,10 @@ number_speakers = gr.Number(precision=0, value=2, label="Selected number of spea
266
  system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB, used: {memory.percent}%, available: {memory.available / (1024 * 1024 * 1024):.2f}GB*")
267
  transcription_df = gr.DataFrame(value=df_init,label="Transcription dataframe", row_count=(0, "dynamic"), max_rows = 10, wrap=True, overflow_row_behaviour='paginate')
268
 
269
- demo = gr.Blocks(css='''
270
- #cut_btn, #reset_btn { align-self:stretch; }
271
- #\\31 3 { max-width: 540px; }
272
- .output-markdown {max-width: 65ch !important;}
273
- ''')
274
  demo.encrypt = False
275
 
276
-
277
  with demo:
278
  gr.Markdown('''
279
  <div>
 
266
  system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB, used: {memory.percent}%, available: {memory.available / (1024 * 1024 * 1024):.2f}GB*")
267
  transcription_df = gr.DataFrame(value=df_init,label="Transcription dataframe", row_count=(0, "dynamic"), max_rows = 10, wrap=True, overflow_row_behaviour='paginate')
268
 
269
+ title = "Whisper speaker diarization"
270
+ demo = gr.Blocks(title=title)
 
 
 
271
  demo.encrypt = False
272
 
 
273
  with demo:
274
  gr.Markdown('''
275
  <div>