Add code for fal.ai integration #12

Merged
kennethnym merged 8 commits from fal-integration into main 2024-08-25 17:08:48 +01:00
5 changed files with 133 additions and 47 deletions
Showing only changes of commit 3299f2dcc6 - Show all commits

View File

@@ -25,7 +25,7 @@ async def lifespan(app: FastAPI):
inference_url = os.environ.get("INFERENCE_SERVER_URL")
if not inference_url:
inference_url = "ws://localhost:8001"
inference_url = "http://localhost:8001"
advance()