yukee1992 commited on
Commit
139ac83
·
verified ·
1 Parent(s): 0164e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ app.add_middleware(
31
  )
32
 
33
  # Configuration
34
- OCI_UPLOAD_API_URL = os.getenv("OCI_UPLOAD_API_URL", "http://localhost:7860")
35
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
36
 
37
  print(f"✅ Using device: {DEVICE}")
 
31
  )
32
 
33
  # Configuration
34
+ OCI_UPLOAD_API_URL = os.getenv("OCI_UPLOAD_API_URL", "https://yukee1992-oci-video-storage.hf.space")
35
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
36
 
37
  print(f"✅ Using device: {DEVICE}")