Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🎥
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
|
| 9 |
-
suggested_storage: large
|
| 10 |
app_port: 7860
|
| 11 |
app_file: app.py
|
| 12 |
models:
|
| 13 |
-
- THUDM/
|
|
|
|
| 14 |
tags:
|
| 15 |
- cogvideox
|
| 16 |
- video-generation
|
|
@@ -21,15 +21,13 @@ disable_embedding: false
|
|
| 21 |
|
| 22 |
# Gradio Composite Demo
|
| 23 |
|
| 24 |
-
This Gradio demo integrates the
|
| 25 |
supports features like UpScale, RIFE, and other functionalities.
|
| 26 |
|
| 27 |
## Environment Setup
|
| 28 |
|
| 29 |
Set the following environment variables in your system:
|
| 30 |
|
| 31 |
-
+ OPENAI_API_KEY = your_api_key
|
| 32 |
-
+ OPENAI_BASE_URL= your_base_url
|
| 33 |
+ GRADIO_TEMP_DIR= gradio_tmp
|
| 34 |
|
| 35 |
## Installation
|
|
|
|
| 1 |
---
|
| 2 |
+
title: CogVideoX1.5-5B
|
| 3 |
emoji: 🎥
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.6.0
|
| 8 |
+
python_version: 3.12
|
|
|
|
| 9 |
app_port: 7860
|
| 10 |
app_file: app.py
|
| 11 |
models:
|
| 12 |
+
- THUDM/CogVideoX1.5-5b
|
| 13 |
+
- THUDM/CogVideoX1.5-5b-I2V
|
| 14 |
tags:
|
| 15 |
- cogvideox
|
| 16 |
- video-generation
|
|
|
|
| 21 |
|
| 22 |
# Gradio Composite Demo
|
| 23 |
|
| 24 |
+
This Gradio demo integrates the CogVideoX1.5-5B model, allowing you to perform video inference directly in your browser. It
|
| 25 |
supports features like UpScale, RIFE, and other functionalities.
|
| 26 |
|
| 27 |
## Environment Setup
|
| 28 |
|
| 29 |
Set the following environment variables in your system:
|
| 30 |
|
|
|
|
|
|
|
| 31 |
+ GRADIO_TEMP_DIR= gradio_tmp
|
| 32 |
|
| 33 |
## Installation
|