From 3187ae752e5976f19dc8b96b85e43e8f4c42f9f6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:24:00 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff1f2c..79a1698 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ python ./inference.py --model_type fast ``` > **Note:** The inference script will automatically download `meta-llama/Meta-Llama-3.1-8B-Instruct` model files. If you encounter network issues, you can download these files ahead of time and place them in the appropriate cache directory to avoid download failures during inference. -## Gradio Demo +## Gradio Dashboard We also provide a Gradio demo for interactive image generation. You can run the demo with: @@ -47,6 +47,9 @@ We also provide a Gradio demo for interactive image generation. You can run the python gradio_demo.py ``` +![image](https://github.com/user-attachments/assets/39b72f8e-6114-4971-ab5f-0aa39ad81963) + + ## License