adamelliotfields commited on
Commit
80cc4ea
1 Parent(s): ef33bcd

Fix pydantic error in fastapi

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -12,3 +12,6 @@ spaces
12
  torch==2.2.0
13
  torchvision==0.17.0
14
  transformers==4.43.4
 
 
 
 
12
  torch==2.2.0
13
  torchvision==0.17.0
14
  transformers==4.43.4
15
+ # TODO: unpin once fixed upstream
16
+ # https://github.com/gradio-app/gradio/issues/9278
17
+ fastapi==0.112.2