Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ MODEL_DATA = [
|
|
73 |
{"id": "openai/whisper-large", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
74 |
{"id": "openai/whisper-large-v2", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
75 |
{"id": "openai/whisper-large-v3", "params": "~1.55B", "size": "3.09 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
76 |
-
{"id": "openai/whisper-large-v3-turbo", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU
|
77 |
-
{"id": "NUTN-KWS/Whisper-Taiwanese-model-v0.5", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU
|
78 |
{"id": PHI4_MODEL_ID, "params": "~5.57B", "size": "11.15 GB", "status_en": "Multimodal (Need Trust, High RAM)", "status_zh": "多模態 (需信任,高RAM)", "type": "phi4"},
|
79 |
# {"id": MERALION_MODEL_ID, "params": "~9.93B", "size": "19.85 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
|
80 |
# {"id": SEALLM_MODEL_ID, "params": "~8.29B", "size": "16.57 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
|
|
|
73 |
{"id": "openai/whisper-large", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
74 |
{"id": "openai/whisper-large-v2", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
75 |
{"id": "openai/whisper-large-v3", "params": "~1.55B", "size": "3.09 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
|
76 |
+
{"id": "openai/whisper-large-v3-turbo", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU", "type": "whisper"},
|
77 |
+
{"id": "NUTN-KWS/Whisper-Taiwanese-model-v0.5", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU", "type": "whisper"},
|
78 |
{"id": PHI4_MODEL_ID, "params": "~5.57B", "size": "11.15 GB", "status_en": "Multimodal (Need Trust, High RAM)", "status_zh": "多模態 (需信任,高RAM)", "type": "phi4"},
|
79 |
# {"id": MERALION_MODEL_ID, "params": "~9.93B", "size": "19.85 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
|
80 |
# {"id": SEALLM_MODEL_ID, "params": "~8.29B", "size": "16.57 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
|