anthienlong commited on
Commit
6d2c69a
1 Parent(s): a89d3c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -59,8 +59,8 @@ demo = gr.Interface(
59
  inputs=[
60
  gr.Textbox(
61
  label="Prompt",
62
- placeholder="Enter your image description here...",
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. Using 25 fixed steps and random seed for each generation.",
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 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 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]