From 55fbad5508f517b3e26abef8ae87a7be798f23bd Mon Sep 17 00:00:00 2001 From: ali asaria <aliasaria@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:41:05 -0500 Subject: [PATCH] Readme.md updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 01de581b..0c10b73e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ <br /> <div align="center"> <a href="https://github.com/transformerlab/transformerlab-app"> - <img src="https://transformerlab.ai/img/flask.svg" alt="Logo" width="30" height="30"> + <img src="https://transformerlab.ai/img/flask.svg" alt="Logo" width="80" height="80"> </a> <h1 align="center" style="color: rgb(68, 73, 80); letter-spacing: -1px">Transformer Lab</h1> @@ -10,14 +10,14 @@ <p align="center"> Download, interact, and finetune models locally. <br /> - <a href=http://localhost:3000/docs/intro"><strong>Explore the docs »</strong></a> + <a href=https://transformerlab.ai/docs/intro"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="#">View Demo</a> · - <a href="#">Report Bugs</a> + <a href="https://github.com/transformerlab/transformerlab-app/issues">Report Bugs</a> · - <a href="#">Suggest Features</a> + <a href="https://github.com/transformerlab/transformerlab-app/issues/new">Suggest Features</a> </p> </div> @@ -51,7 +51,7 @@ And you can do the above, all through a simple cross-platform GUI. The best way to get started is to download the app from the Transformer Lab Homepage. -## Building from Scratch +## Developers: Building from Scratch To build the app yourself, pull this repo, and follow the steps below: @@ -79,7 +79,7 @@ npm run package ## License -Distributed under the ??? License. See `LICENSE.txt` for more information. +Distributed under the AGPL V3 License. See `LICENSE.txt` for more information. ## Reference -- GitLab