P01yH3dr0n commited on
Commit
bec6ead
1 Parent(s): 3fd3a5e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -9,7 +9,7 @@ from PIL import Image
9
 
10
 
11
  jwt_token = ''
12
- url = "https://api.novelai.net/ai/generate-image"
13
  headers = {}
14
 
15
 
 
9
 
10
 
11
  jwt_token = ''
12
+ url = "https://image.novelai.net/ai/generate-image"
13
  headers = {}
14
 
15