mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing demos as we needed to pin to a particular version of huggingface_hub else the chatbot ui wouldn't build
This commit is contained in:
parent
014eca8795
commit
b2d67f566f
4 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ slack-sdk
|
|||
typing
|
||||
pandas
|
||||
gradio==5.3.0
|
||||
huggingface_hub<1.0.0
|
||||
async_timeout==4.0.3
|
||||
loguru==0.7.2
|
||||
asyncio==3.4.3
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ uvicorn
|
|||
typing
|
||||
pandas
|
||||
gradio==5.3.0
|
||||
huggingface_hub<1.0.0
|
||||
async_timeout==4.0.3
|
||||
loguru==0.7.2
|
||||
asyncio==3.4.3
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ pydantic
|
|||
typing
|
||||
pandas
|
||||
gradio==5.3.0
|
||||
huggingface_hub<1.0.0
|
||||
async_timeout==4.0.3
|
||||
loguru==0.7.2
|
||||
asyncio==3.4.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue