Fedir Zadniprovskyi 01-12
fix: gradio platform check
@3a74f2cd8c37fe4c3bcb46cf04c40640870558b9
src/speaches/gradio_app.py
--- src/speaches/gradio_app.py
+++ src/speaches/gradio_app.py
@@ -156,7 +156,7 @@
             )
 
         with gr.Tab(label="Speech Generation"):
-            if platform.machine() != "x86_64":
+            if platform.machine() == "x86_64":
                 from speaches.routers.speech import (
                     DEFAULT_VOICE,
                     MAX_SAMPLE_RATE,
Add a comment
List