Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -843,9 +843,10 @@ footer {
|
|
843 |
|
844 |
def create_demo():
|
845 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
|
|
846 |
with gr.Row():
|
847 |
with gr.Column():
|
848 |
-
prompt = gr.Textbox(label="Prompt(
|
849 |
|
850 |
width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=768)
|
851 |
height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=768)
|
@@ -873,8 +874,8 @@ def create_demo():
|
|
873 |
gr.Examples(
|
874 |
examples=[
|
875 |
"a tiny astronaut hatching from an egg on the moon",
|
876 |
-
"
|
877 |
-
"
|
878 |
],
|
879 |
inputs=prompt, # ์์ ๊ฐ ์
๋ ฅ๋ ์ปดํฌ๋ํธ ์ง์
|
880 |
)
|
|
|
843 |
|
844 |
def create_demo():
|
845 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
846 |
+
gr.Markdown("# FLUXllama Multilingual")
|
847 |
with gr.Row():
|
848 |
with gr.Column():
|
849 |
+
prompt = gr.Textbox(label="Prompt(Supports English, Korean, and Japanese)", value="A cute and fluffy golden retriever puppy sitting upright, holding a neatly designed white sign with bold, colorful lettering that reads 'Have a Happy Day!' in cheerful fonts. The puppy has expressive, sparkling eyes, a happy smile, and fluffy ears slightly flopped. The background is a vibrant and sunny meadow with soft-focus flowers, glowing sunlight filtering through the trees, and a warm golden glow that enhances the joyful atmosphere. The sign is framed with small decorative flowers, adding a charming and wholesome touch. Ensure the text on the sign is clear and legible.")
|
850 |
|
851 |
width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=768)
|
852 |
height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=768)
|
|
|
874 |
gr.Examples(
|
875 |
examples=[
|
876 |
"a tiny astronaut hatching from an egg on the moon",
|
877 |
+
"์ฌ๊ธ๋ผ์ค ์ฐฉ์ฉํ ๊ท์ฌ์ด ํฐ์ ๊ณ ์์ด๊ฐ 'LOVE'๋ผ๋ ํ์งํ์ ๋ค๊ณ ์๋ค",
|
878 |
+
"ๆกใๆตใใๅคใฎ่กใ็
งๆ",
|
879 |
],
|
880 |
inputs=prompt, # ์์ ๊ฐ ์
๋ ฅ๋ ์ปดํฌ๋ํธ ์ง์
|
881 |
)
|