services: FalImageGenService now uses fal-client library

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-11 14:09:01 -07:00
parent 1e83a405c0
commit 7b49c9ade3
9 changed files with 21 additions and 42 deletions

View File

@@ -35,7 +35,7 @@ anthropic = [ "anthropic~=0.20.0" ]
azure = [ "azure-cognitiveservices-speech~=1.36.0" ]
daily = [ "daily-python~=0.7.0" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.0", "flask_cors~=4.0.0" ]
fal = [ "fal~=0.12.0" ]
fal = [ "fal-client~=0.2.0" ]
local = [ "pyaudio~=0.2.0" ]
moondream = [ "einops~=0.7.0", "timm~=0.9.0", "transformers~=4.39.0" ]
openai = [ "openai~=1.14.0" ]