Spaces:
Running
on
Zero
Running
on
Zero
Remove unnecessary import of spaces in app.py
Browse files
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 |
|