Spaces:
Runtime error
Runtime error
| title: RealTime Translation | |
| emoji: 🔥 | |
| colorFrom: blue | |
| colorTo: pink | |
| sdk: gradio | |
| sdk_version: 4.1.2 | |
| app_file: app.py | |
| pinned: false | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| # Realtime translator | |
| Our aim to use real-time translator in meeting remove | |
| ## Enviroment | |
| Clone repo and create python virtual environment | |
| ```bash | |
| - pip install virtualenv | |
| - virtualenv my_name | |
| - cd <envname> | |
| - Scripts\activate | |
| - pip install -r requirements.txt | |
| ``` | |
| # Run application | |
| ``` | |
| python app.py | |
| ``` |