refact project

This commit is contained in:
chuxij
2025-04-25 15:45:24 +00:00
parent f91ce4867f
commit db32300e75
20 changed files with 2031 additions and 4027 deletions
+15 -1
View File
@@ -1 +1,15 @@
# ACEFlow2
# Fusic
Installation instructions for Fusic.
## Requirements
```bash
conda create -n fusic python==3.10
conda activate fusic
pip install -r requirements.txt
conda install ffmpeg
```
## Usage
```bash
python app.py
```