zliang commited on
Commit
d7ea416
·
verified ·
1 Parent(s): aa8f9c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,9 +10,9 @@ import base64
10
  app = FastAPI()
11
 
12
  imagekit = ImageKit(
13
- public_key='public_LbaYnIi6c/cEKckedLvblvfMEUg=',
14
- private_key='private_jR3Aa0VKd7EpjiTP9KRySHMUqTU=',
15
- url_endpoint='https://ik.imagekit.io/9edzrzk59'
16
  )
17
 
18
  @app.get("/")
 
10
  app = FastAPI()
11
 
12
  imagekit = ImageKit(
13
+ public_key=public_key,
14
+ private_key=private_key,
15
+ url_endpoint=url_endpoint
16
  )
17
 
18
  @app.get("/")