Spaces:
Runtime error
Runtime error
Refactor translation system to modular v3.0 architecture with offline NLLB/Whisper, gTTS fallback, corrections, and automated tests
b97b788 | @echo off | |
| title MIC Translator - Starting... | |
| echo. | |
| echo ============================================ | |
| echo MIC Translator v2.0 ^| Launching... | |
| echo ============================================ | |
| echo. | |
| echo Open your browser at: http://localhost:5000 | |
| echo Share with others : http://YOUR-IP:5000 | |
| echo. | |
| cd /d "%~dp0" | |
| python app.py | |
| pause | |