stella-inpaint / modules /service_endpoints.py
ikmalsaid's picture
Added/Updated files
0a83ae5
raw
history blame
No virus
110 Bytes
import os
mode = {
'inpaint' : os.getenv('inpaint')
}
head = {
'bearer' : os.getenv('bearer')
}