CogAgent-Demo / README.md
zR
1
711921c
|
raw
history blame
357 Bytes
---
title: CogAgent1.5 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
```