Spaces:
Runtime error
Runtime error
Commit
·
471186c
1
Parent(s):
5197152
Auto deploy
Browse files- stCompressService.py +1 -1
stCompressService.py
CHANGED
@@ -19,7 +19,7 @@ except:
|
|
19 |
raise ImportError("To run `mcquic service`, please install Streamlit by `pip install streamlit` firstly.")
|
20 |
|
21 |
|
22 |
-
MODELS_URL = "https://github.com/xiaosu-zhu/McQuic/releases/download/generic/
|
23 |
|
24 |
HF_SPACE = "HF_SPACE" in os.environ
|
25 |
|
|
|
19 |
raise ImportError("To run `mcquic service`, please install Streamlit by `pip install streamlit` firstly.")
|
20 |
|
21 |
|
22 |
+
MODELS_URL = "https://github.com/xiaosu-zhu/McQuic/releases/download/generic/qp_2_msssim_8e954998.mcquic"
|
23 |
|
24 |
HF_SPACE = "HF_SPACE" in os.environ
|
25 |
|