m7n commited on
Commit
bb6d2d0
·
1 Parent(s): 6fb2f1c

Remove unnecessary import of spaces in app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -89,7 +89,6 @@ def is_running_in_hf_space():
89
  return "SPACE_ID" in os.environ
90
 
91
  #if is_running_in_hf_space():
92
- import spaces # necessary to run on Zero.
93
  from spaces.zero.client import _get_token
94
 
95
 
 
89
  return "SPACE_ID" in os.environ
90
 
91
  #if is_running_in_hf_space():
 
92
  from spaces.zero.client import _get_token
93
 
94