Kastg commited on
Commit
8ef3879
·
verified ·
1 Parent(s): 69e4bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
6
 
7
  app = Flask(__name__)
8
 
9
- BASE_URL = "http://yourwebsite.com" # Update this with your actual base URL
10
 
11
  IMAGE_FOLDER = "images"
12
  app.config["UPLOAD_FOLDER"] = IMAGE_FOLDER
 
6
 
7
  app = Flask(__name__)
8
 
9
+ BASE_URL = "https://kastg-cdn.hf.space" # Update this with your actual base URL
10
 
11
  IMAGE_FOLDER = "images"
12
  app.config["UPLOAD_FOLDER"] = IMAGE_FOLDER