Spaces:
Sleeping
Sleeping
anthienlong
commited on
Commit
•
6d2c69a
1
Parent(s):
a89d3c4
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ demo = gr.Interface(
|
|
59 |
inputs=[
|
60 |
gr.Textbox(
|
61 |
label="Prompt",
|
62 |
-
placeholder="
|
63 |
-
value="
|
64 |
),
|
65 |
gr.Slider(
|
66 |
minimum=1,
|
@@ -86,7 +86,7 @@ demo = gr.Interface(
|
|
86 |
],
|
87 |
outputs=gr.Image(type="pil", label="Ảnh đã tạo"),
|
88 |
title="Freepix Flux.1-lite-8B-alpha Model (Zero-GPU)",
|
89 |
-
description="Generate images using Freepik's Flux model with Zero-GPU allocation.
|
90 |
examples=[
|
91 |
["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
|
92 |
["a glass cup with beer, inside the beer a scuba diver, with a beautiful sunset backgroudn", 3.5, 1024, 1024]
|
|
|
59 |
inputs=[
|
60 |
gr.Textbox(
|
61 |
label="Prompt",
|
62 |
+
placeholder="Nhập mô tả của bạn vào đây...",
|
63 |
+
value=""
|
64 |
),
|
65 |
gr.Slider(
|
66 |
minimum=1,
|
|
|
86 |
],
|
87 |
outputs=gr.Image(type="pil", label="Ảnh đã tạo"),
|
88 |
title="Freepix Flux.1-lite-8B-alpha Model (Zero-GPU)",
|
89 |
+
description="Generate images using Freepik's Flux model with Zero-GPU allocation. Đã fix 25 steps và seed ngẫu nhiên.",
|
90 |
examples=[
|
91 |
["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
|
92 |
["a glass cup with beer, inside the beer a scuba diver, with a beautiful sunset backgroudn", 3.5, 1024, 1024]
|