Spaces:
Runtime error
Runtime error
Commit
·
6c9b00c
1
Parent(s):
c30bbb7
Auto deploy
Browse files- stCompressService.py +2 -2
stCompressService.py
CHANGED
@@ -115,11 +115,11 @@ def main():
|
|
115 |
st.markdown("""
|
116 |
<img src="https://img.shields.io/badge/NOTE-yellow?style=for-the-badge" alt="NOTE"/>
|
117 |
|
118 |
-
> Due to resources limitation of HF spaces,
|
119 |
|
120 |
<img src="https://img.shields.io/badge/NOTE-yellow?style=for-the-badge" alt="NOTE"/>
|
121 |
|
122 |
-
>
|
123 |
""", unsafe_allow_html=True)
|
124 |
with st.form("SubmitForm"):
|
125 |
uploadedFile = st.file_uploader("Try running McQuic to compress or restore images!", type=["png", "jpg", "jpeg", "mcq"], help="Upload your image or compressed `.mcq` file here.")
|
|
|
115 |
st.markdown("""
|
116 |
<img src="https://img.shields.io/badge/NOTE-yellow?style=for-the-badge" alt="NOTE"/>
|
117 |
|
118 |
+
> Due to resources limitation of HF spaces, upload image size is restricted to smaller than `3000 x 3000`. Also, this demo is CPU-only and may be slow.
|
119 |
|
120 |
<img src="https://img.shields.io/badge/NOTE-yellow?style=for-the-badge" alt="NOTE"/>
|
121 |
|
122 |
+
> This demo is synced with main branch of `McQuic`. Some features may be unstable and changed frequently.
|
123 |
""", unsafe_allow_html=True)
|
124 |
with st.form("SubmitForm"):
|
125 |
uploadedFile = st.file_uploader("Try running McQuic to compress or restore images!", type=["png", "jpg", "jpeg", "mcq"], help="Upload your image or compressed `.mcq` file here.")
|