Nik Ska commited on
Commit
ccce03b
1 Parent(s): 191ccd1
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -11,9 +11,10 @@ from PIL import Image
11
  import base64
12
  import numpy as np
13
  import io
14
- import streamlit as st
 
15
 
16
- print(st.secrets["ENDPOINT"])
17
 
18
  providers = ['CUDAExecutionProvider', 'CPUExecutionProvider']
19
  model_path = huggingface_hub.hf_hub_download(
 
11
  import base64
12
  import numpy as np
13
  import io
14
+ import os
15
+ # import streamlit as st
16
 
17
+ print(os.environ.get(["ENDPOINT"]))
18
 
19
  providers = ['CUDAExecutionProvider', 'CPUExecutionProvider']
20
  model_path = huggingface_hub.hf_hub_download(