MegaTronX commited on
Commit
0fdbefc
·
verified ·
1 Parent(s): 50f0254

Update joycaption.py

Browse files
Files changed (1) hide show
  1. joycaption.py +2 -2
joycaption.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
- #if os.environ.get("SPACES_ZERO_GPU") is not None:
3
- #import spaces
4
  else:
5
  class spaces:
6
  @staticmethod
 
1
  import os
2
+ if os.environ.get("SPACES_ZERO_GPU") is not None:
3
+ import spaces
4
  else:
5
  class spaces:
6
  @staticmethod