File size: 419 Bytes
e94b4cf c3159df e94b4cf c3159df 8c83e02 e94b4cf c3159df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Universal File Converter
emoji: 🗃️
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 5.32.0
app_file: src/app.py
tags:
- mcp-server-track
- file-converter
- api
pinned: false
license: apache-2.0
short_description: Convert any file to any file format.
---
To run the server use:
```bash
uv run python src/app.py
```
To test the server use:
```bash
uv run python .\test\test_app.py
```
|