Spaces:
Running
Running
Kastg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
6 |
|
7 |
app = Flask(__name__)
|
8 |
|
9 |
-
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
|