John6666 commited on
Commit
33cbae5
β€’
1 Parent(s): bff2c0c

Upload v2.py

Browse files
Files changed (1) hide show
  1. v2.py +1 -1
v2.py CHANGED
@@ -29,7 +29,7 @@ except ImportError:
29
  return lambda x: x
30
 
31
 
32
- from .output import UpsamplingOutput
33
 
34
 
35
  HF_TOKEN = os.getenv("HF_TOKEN", None)
 
29
  return lambda x: x
30
 
31
 
32
+ from output import UpsamplingOutput
33
 
34
 
35
  HF_TOKEN = os.getenv("HF_TOKEN", None)