Skip to content

Commit f8cd4ce

Browse files
committed
added hf spaces link
1 parent 810143f commit f8cd4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains training scripts, helper utilities, inference scripts,
1111
- **Weights & Biases Logging** - track losses and metrics during training.
1212
- **Inference Utilities** - command-line interface for image generation on user input.
1313
- **AWS Utilities** - when running on EC2, IAM-ready scripts to automatically sync `outputs/` to S3 after saving checkpoints and terminate the instance after full training.
14-
- **Gradio Demo** – ready-to-deploy web app for interactive predictions. Hosted on [Huggingface Spaces](https://huggingface.co/spaces/codinglabsong/Reddit-User-Mimic-Bot).
14+
- **Gradio Demo** – ready-to-deploy web app for interactive predictions. Hosted on [Huggingface Spaces](https://huggingface.co/spaces/codinglabsong/aging-gan).
1515
- **Reproducible Workflows** - configuration-based training/inference scripts and environment variables. Optionally set seed during training.
1616
- **Developer Tools** - linting with ruff and black, plus unit tests.
1717

@@ -151,7 +151,7 @@ This project includes an interactive Gradio app for making predictions with the
151151
```
152152
- Visit the printed URL (e.g., `http://127.0.0.1:7860`) to interact with the model.
153153

154-
> You can also access the hosted demo on [Huggingface Spaces](https://huggingface.co/spaces/codinglabsong/Reddit-User-Mimic-Bot)
154+
> You can also access the hosted demo on [Huggingface Spaces](https://huggingface.co/spaces/codinglabsong/aging-gan)
155155

156156
## Testing
157157
Run unit tests with:

0 commit comments

Comments
 (0)