From 5018b0fb659ad664f724c0533dcca283399a957f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:04:51 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b74c4d2..60a461b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # text-generation-webui A gradio webui for running large language models locally. Supports gpt-j-6B, gpt-neox-20b, opt, galactica, and many others. +![webui screenshot](https://github.com/oobabooga/text-generation-webui/raw/main/webui.png) + ## Installation conda env create -f environment.yml