-
- Downloads
Add gradio to requirements.txt
Gradio web interface is used in examples/inference.py, so we need to add gradio to requirements.txt.
... | @@ -13,4 +13,5 @@ sentencepiece | ... | @@ -13,4 +13,5 @@ sentencepiece |
py7zr | py7zr | ||
scipy | scipy | ||
optimum | optimum | ||
matplotlib | matplotlib | ||
\ No newline at end of file | gradio |
Please register or sign in to comment