From aec45aed81dedcb12509899cf4d44ffb277586cb Mon Sep 17 00:00:00 2001 From: Joone Hur <joone.hur@gmail.com> Date: Wed, 28 Feb 2024 16:42:36 -0800 Subject: [PATCH] Add gradio to requirements.txt Gradio web interface is used in examples/inference.py, so we need to add gradio to requirements.txt. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 264a409a..3e81870e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,5 @@ sentencepiece py7zr scipy optimum -matplotlib \ No newline at end of file +matplotlib +gradio -- GitLab