Spaces:
Running
on
Zero
Running
on
Zero
Bobby
commited on
Commit
·
b54e32e
1
Parent(s):
f1b1efe
nice
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ API_KEY = os.environ.get("API_KEY", None)
|
|
26 |
print("CUDA version:", torch.version.cuda)
|
27 |
print("loading pipe")
|
28 |
compiled = False
|
29 |
-
api = HfApi()
|
30 |
|
31 |
import spaces
|
32 |
@spaces.GPU(duration=12)
|
|
|
26 |
print("CUDA version:", torch.version.cuda)
|
27 |
print("loading pipe")
|
28 |
compiled = False
|
29 |
+
# api = HfApi()
|
30 |
|
31 |
import spaces
|
32 |
@spaces.GPU(duration=12)
|