Spaces:
Build error
Build error
Merge branch 'main' of https://huggingface.co/spaces/flax-community/koclip
Browse files- text2image.py +1 -1
text2image.py
CHANGED
@@ -26,7 +26,7 @@ def app(model_name):
|
|
26 |
Base model `koclip` uses `klue/roberta` as text encoder and `openai/clip-vit-base-patch32` as image encoder.
|
27 |
Larger model `koclip-large` uses `klue/roberta` as text encoder and bigger `google/vit-large-patch16-224` as image encoder.
|
28 |
|
29 |
-
Example Queries :
|
30 |
""")
|
31 |
|
32 |
query = st.text_input("ํ๊ธ ์ง๋ฌธ์ ์ ์ด์ฃผ์ธ์ (Korean Text Query) :", value="์ํํธ")
|
|
|
26 |
Base model `koclip` uses `klue/roberta` as text encoder and `openai/clip-vit-base-patch32` as image encoder.
|
27 |
Larger model `koclip-large` uses `klue/roberta` as text encoder and bigger `google/vit-large-patch16-224` as image encoder.
|
28 |
|
29 |
+
Example Queries : ์ปดํจํฐํ๋ ๊ณ ์์ด(Cat playing on a computer), ๊ธธ ์์์ ๋ฌ๋ฆฌ๋ ์๋์ฐจ(Car running on the road),
|
30 |
""")
|
31 |
|
32 |
query = st.text_input("ํ๊ธ ์ง๋ฌธ์ ์ ์ด์ฃผ์ธ์ (Korean Text Query) :", value="์ํํธ")
|