

fix: gradio platform check
@3a74f2cd8c37fe4c3bcb46cf04c40640870558b9
--- src/speaches/gradio_app.py
+++ src/speaches/gradio_app.py
... | ... | @@ -156,7 +156,7 @@ |
156 | 156 |
) |
157 | 157 |
|
158 | 158 |
with gr.Tab(label="Speech Generation"): |
159 |
- if platform.machine() != "x86_64": |
|
159 |
+ if platform.machine() == "x86_64": |
|
160 | 160 |
from speaches.routers.speech import ( |
161 | 161 |
DEFAULT_VOICE, |
162 | 162 |
MAX_SAMPLE_RATE, |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?