Update app.py
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ import base64
|
|
10 |
app = FastAPI()
|
11 |
|
12 |
imagekit = ImageKit(
|
13 |
-
public_key=
|
14 |
-
private_key=
|
15 |
-
url_endpoint=
|
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("/")
|