TomSmail commited on
Commit
a504a58
·
1 Parent(s): 75af700

feat: server url update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://ppaihack-match.azurewebsites.net/"
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"