Spaces:
Running
Running
Commit
·
29a770f
1
Parent(s):
51d7bf1
Remove unnecessary legend from device support
Browse files
main.py
CHANGED
|
@@ -907,12 +907,6 @@ with gr.Blocks(css=css, theme=gr.themes.Base(font=font)) as demo:
|
|
| 907 |
|
| 908 |
This tab shows **test results for SKUs that we actually attempted to test**. It tells you whether tests passed, failed, or couldn't be completed for the devices we tried to run tests on.
|
| 909 |
|
| 910 |
-
### What You'll See Here:
|
| 911 |
-
- **✅ Supported**: Tests passed successfully on this device
|
| 912 |
-
- **⚠️ Failed**: Tests were attempted but failed (click link for details)
|
| 913 |
-
- **? Not Tested**: We attempted to test but couldn't get results
|
| 914 |
-
- **Not Supported**: Hardware incompatible (per [WhisperKit config](https://huggingface.co/argmaxinc/whisperkit-coreml/blob/main/config.json))
|
| 915 |
-
|
| 916 |
### Please Note:
|
| 917 |
**This tab only shows devices we attempted to test** - it doesn't show the full universe of available devices.
|
| 918 |
|
|
|
|
| 907 |
|
| 908 |
This tab shows **test results for SKUs that we actually attempted to test**. It tells you whether tests passed, failed, or couldn't be completed for the devices we tried to run tests on.
|
| 909 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 910 |
### Please Note:
|
| 911 |
**This tab only shows devices we attempted to test** - it doesn't show the full universe of available devices.
|
| 912 |
|