Stanislas0 9e364eec5d Initial commit 1 سال پیش
..
Dockerfile.sandbox 9e364eec5d Initial commit 1 سال پیش
README.md 9e364eec5d Initial commit 1 سال پیش
README_zh.md 9e364eec5d Initial commit 1 سال پیش
SANDBOX.md 9e364eec5d Initial commit 1 سال پیش
app.py 9e364eec5d Initial commit 1 سال پیش
data.csv 9e364eec5d Initial commit 1 سال پیش
image.png 9e364eec5d Initial commit 1 سال پیش
sandbox.py 9e364eec5d Initial commit 1 سال پیش
sandbox_tests.py 9e364eec5d Initial commit 1 سال پیش

README.md

Codegeex4 Interpreter Gradio

Fully local gradio demo of CodeGeeX4 Interpreter.

Usage

Install Dependencies

pip install gradio requests

Build & Launch Sandbox

docker build -t sandbox -f Dockerfile.sandbox .
docker run --name sandbox --publish 8080:8080 sandbox

Launch Demo

python app.py --tgi-addr <tgi-addr>

Docs

Check out the documentation for the sandbox API.