Update README.md

This commit is contained in:
Erfan Asgari 2025-01-10 20:22:25 +03:30 committed by GitHub
parent 8f1829f1cd
commit 6a78278c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@ suggested_storage: large
app_port: 7860 app_port: 7860
app_file: app.py app_file: app.py
models: models:
- THUDM/CogVideoX-5b - THUDM/CogVideoX-5b-I2V
tags: tags:
- cogvideox - cogvideox
- video-generation - video-generation
- thudm - thudm
short_description: Text-to-Video short_description: Image-to-Video
disable_embedding: false disable_embedding: false
--- ---
@ -41,7 +41,7 @@ pip install -r requirements.txt
## Running the code ## Running the code
```bash ```bash
python gradio_web_demo.py python app.py
``` ```