Gemini899 commited on
Commit
40d3cc4
·
verified ·
1 Parent(s): 03bafb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import json
15
  import base64
16
  from huggingface_hub import InferenceClient
17
 
18
- #subprocess.check_call([sys.executable, "-m", "pip", "install", "spaces==0.43.0"])
19
 
20
  dtype = torch.bfloat16
21
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
15
  import base64
16
  from huggingface_hub import InferenceClient
17
 
18
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "spaces==0.43.0"])
19
 
20
  dtype = torch.bfloat16
21
  device = "cuda" if torch.cuda.is_available() else "cpu"