vumichien commited on
Commit
9479bf3
1 Parent(s): 51fe87f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,12 +287,12 @@ with demo:
287
  ##### 2. Watch it in the first video component
288
  ##### 3. Run automatic speech recognition and diarization (speaker identification)
289
  ''')
290
- system_info = gr.Markdown(f"*Memory: {memory.total / (1024 * 1024 * 1024):.2f}GB, used: {memory.percent}%, available: {memory.available / (1024 * 1024 * 1024):.2f}GB*")
291
 
292
  with gr.Row():
293
  gr.Markdown('''
294
  ### You can test with some youtube links as below:
295
  ''')
 
296
  examples = gr.Examples(examples=
297
  [ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
298
  "https://www.youtube.com/watch?v=-UX0X45sYe4",
 
287
  ##### 2. Watch it in the first video component
288
  ##### 3. Run automatic speech recognition and diarization (speaker identification)
289
  ''')
 
290
 
291
  with gr.Row():
292
  gr.Markdown('''
293
  ### You can test with some youtube links as below:
294
  ''')
295
+
296
  examples = gr.Examples(examples=
297
  [ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
298
  "https://www.youtube.com/watch?v=-UX0X45sYe4",