Spaces:
Building
on
CPU Upgrade
Building
on
CPU Upgrade
feat: server url update
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from transformers import ViTImageProcessor, ViTModel
|
|
7 |
from PIL import Image
|
8 |
|
9 |
# Store the server's URL
|
10 |
-
SERVER_URL = "https://
|
11 |
CURRENT_DIR = Path(__file__).parent
|
12 |
DEPLOYMENT_DIR = CURRENT_DIR / "deployment_files"
|
13 |
KEYS_DIR = DEPLOYMENT_DIR / ".fhe_keys"
|
|
|
7 |
from PIL import Image
|
8 |
|
9 |
# Store the server's URL
|
10 |
+
SERVER_URL = "https://affordable-prot-bind-clarke.trycloudflare.com/"
|
11 |
CURRENT_DIR = Path(__file__).parent
|
12 |
DEPLOYMENT_DIR = CURRENT_DIR / "deployment_files"
|
13 |
KEYS_DIR = DEPLOYMENT_DIR / ".fhe_keys"
|