Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,7 @@ ui = gr.Interface(
|
|
86 |
gr.Slider(1, 10, value=4, label="Count", info="Choose between 1 and 10", step=1),
|
87 |
gr.Slider(100, 1000, value=300, label="minLen", info="Choose between 100 and 1000", step=50),
|
88 |
gr.Radio(["NSFW", "SFW", "BOTH"], label="TYPE", info="NSFW stands for NOT SAFE FOR WORK, so choose any one you want?"),
|
89 |
-
gr.Checkbox(label="Negative Prompt", info="Do you want to generate negative prompt as well as prompt?")
|
90 |
-
gr.Textbox(label="Your Idea", info="Enter your idea to start the prompt (optional). The AI will enhance it.", placeholder="e.g., A futuristic city with flying cars")
|
91 |
],
|
92 |
"text"
|
93 |
)
|
|
|
86 |
gr.Slider(1, 10, value=4, label="Count", info="Choose between 1 and 10", step=1),
|
87 |
gr.Slider(100, 1000, value=300, label="minLen", info="Choose between 100 and 1000", step=50),
|
88 |
gr.Radio(["NSFW", "SFW", "BOTH"], label="TYPE", info="NSFW stands for NOT SAFE FOR WORK, so choose any one you want?"),
|
89 |
+
gr.Checkbox(label="Negative Prompt", info="Do you want to generate negative prompt as well as prompt?")
|
|
|
90 |
],
|
91 |
"text"
|
92 |
)
|