Spaces:
Runtime error
Runtime error
Add citation to original repo
Browse files
app.py
CHANGED
@@ -275,7 +275,8 @@ def decode(model_prefix, z_str):
|
|
275 |
return VF.to_pil_image(decoded[0])
|
276 |
|
277 |
|
278 |
-
st.title("
|
|
|
279 |
model_prefix = st.selectbox('The model to use',
|
280 |
('out-v7c_d8_256-224-13bit-OB32x0.5-745',
|
281 |
'out-v7d_d16_512-224-13bit-OB32x0.5-2487',
|
|
|
275 |
return VF.to_pil_image(decoded[0])
|
276 |
|
277 |
|
278 |
+
st.title("Clip Guided Binary Autoencoder")
|
279 |
+
st.write("Model is from [@BlinkDL](https://huggingface.co/BlinkDL/clip-guided-binary-autoencoder)")
|
280 |
model_prefix = st.selectbox('The model to use',
|
281 |
('out-v7c_d8_256-224-13bit-OB32x0.5-745',
|
282 |
'out-v7d_d16_512-224-13bit-OB32x0.5-2487',
|