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