Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 25s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 25s
This commit is contained in:
parent
513d8342d5
commit
fab45d0b5c
2
app.py
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user