Spaces:
Runtime error
Runtime error
raihanrifaldi
commited on
Commit
·
3e131b0
1
Parent(s):
6c0be13
update title
Browse files- Whisper_speaker_diarization2 +0 -1
- app.py +12 -12
Whisper_speaker_diarization2
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 8cb7f84351bb27f91f26a3adc577dc4db10e71a3
|
|
|
|
app.py
CHANGED
@@ -381,18 +381,18 @@ with demo:
|
|
381 |
##### 3. Menerapkan pengelompokan aglomeratif pada pengkodean untuk mengidentifikasi pembicara untuk setiap segmen.
|
382 |
''')
|
383 |
|
384 |
-
with gr.Row():
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
|
397 |
|
398 |
# with gr.Row():
|
|
|
381 |
##### 3. Menerapkan pengelompokan aglomeratif pada pengkodean untuk mengidentifikasi pembicara untuk setiap segmen.
|
382 |
''')
|
383 |
|
384 |
+
# with gr.Row():
|
385 |
+
# gr.Markdown('''
|
386 |
+
# ## Model dan bahasa
|
387 |
+
# Di bawah ini adalah nama-nama model yang tersedia beserta perkiraan kebutuhan memori dan kecepatan inferensi relatif terhadap model besar; kecepatan sebenarnya dapat bervariasi tergantung pada banyak faktor termasuk perangkat keras yang tersedia.
|
388 |
+
# | Size | Parameters | Multilingual model | Required VRAM | Relative speed |
|
389 |
+
# |:------:|:----------:|:------------------:|:-------------:|:--------------:|
|
390 |
+
# | tiny | 39 M | `tiny` | ~1 GB | ~32x |
|
391 |
+
# | base | 74 M | `base` | ~1 GB | ~16x |
|
392 |
+
# | small | 244 M | `small` | ~2 GB | ~6x |
|
393 |
+
# | medium | 769 M | `medium` | ~5 GB | ~2x |
|
394 |
+
# | large | 1550 M | `large` | ~10 GB | 1x |
|
395 |
+
# ''')
|
396 |
|
397 |
|
398 |
# with gr.Row():
|