Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- [1. Installation](#1-installation)
- [2. Request API from DeepDataSpace](#2-request-api-from-deepdataspace)
- [3. Runing demo code](#3-runing-demo-code)
- [4. Online Grdio demo](#4-online-grdio-demo)
- [4. Online Gradio demo](#4-online-gradio-demo)
- [Case Analysis and Qualitative Visualization](#case-analysis-and-qualitative-visualization)
- [Related Work](#related-work)
- [LICENSE](#license)
Expand Down Expand Up @@ -369,7 +369,7 @@ Refer to the DeepDataSpace for API keys: https://deepdataspace.com/request_api
python demo/demo.py --token <API_TOKEN>
```

### 4. Online Grdio demo
### 4. Online Gradio demo
```bash
python gradio_app.py --token <API_TOKEN>
```
Expand Down