Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexuvarovskyi committed Oct 9, 2024
1 parent ebea2c7 commit 75753fd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,4 @@ docker build \
Run:
```bash
docker run -it --rm -p 8501:8501 streamlit_app:latest
```


# Gradio

## Local Deployment
```bash
python gradio_ui.py --model_path path/to/model
```

## Build Container
```bash
docker build \
--build-arg AWS_ACCESS_KEY_ID=key \
--build-arg AWS_SECRET_ACCESS_KEY="secret_key" \
-t gradio_app:latest .
```
```

0 comments on commit 75753fd

Please sign in to comment.