THUDM / CodeGeeX2

CodeGeeX2: A More Powerful Multilingual Code Generation Model
https://codegeex.cn
Apache License 2.0
7.6k stars 536 forks source link

update requirements #62

Closed kid9 closed 11 months ago

kid9 commented 11 months ago

Package gradio is required, pls updates the requirements.txt run ./demo/run_demo.py, it throws error:

pip install -r requirements.txt

python3 run_demo.py --port 8001 --listen 0.0.0.0

Traceback (most recent call last): File "/root/codegeex/CodeGeeX2/./demo/run_demo.py", line 7, in import gradio as gr ModuleNotFoundError: No module named 'gradio'

Stanislas0 commented 11 months ago

Added. Thanks for reminding!