File size: 516 Bytes
76d3fa1
8cd6edd
76d3fa1
 
 
 
 
 
 
 
 
 
a3f9a2a
0adb6ea
 
 
 
7df27b3
0adb6ea
 
 
 
 
 
 
 
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
26
27
---
title: Sotopia Space
emoji: 💻
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 4.25.0
app_file: app.py
pinned: false
license: apache-2.0
---

This is a synced repository with a Huggingface Space for the Sotopia project [space](https://huggingface.co/spaces/wdplx/Sotopia-demo)

## Getting Started

```bash
conda create -n sotopia-space python=3.10.13; conda activate sotopia-space
python -m pip install -r requirements.txt
```

To run the app, run the following command:

```bash
bash start_app.sh
```