diff --git a/app.py b/app.py index 74ca495..b034bf1 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ import numpy as np import random import os -API_URL = 'https://hub.societyai.com/models/flux-1-schnell-test/infer' +API_URL = 'https://hub.societyai.com/models/flux-1-schnell/infer' API_TOKEN = os.environ.get("SAI_API_TOKEN", "") MAX_SEED = np.iinfo(np.int32).max MAX_IMAGE_SIZE = 2048