Spaces:
Running
on
Zero
Running
on
Zero
File size: 354 Bytes
7b5683e 4bd1069 7b5683e 711921c 7b5683e 1e0442b |
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 |
---
title: CogAgent Demo
emoji: π
colorFrom: pink
colorTo: blue
sdk: gradio
sdk_version: 5.9.0
app_file: app.py
short_description: CogAgent1.5-Chat-Demo
models:
- THUDM/cogagent1.5-9b
tags:
- Agent
- GUI
- thudm
disable_embedding: false
---
## Running the Model
1. Install the required libraries
```bash
pip install -r requirements.txt
``` |