Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -155,8 +155,6 @@ with gr.Blocks(css=css) as demo:
|
|
155 |
gr.HTML(
|
156 |
"""
|
157 |
<h3 style='text-align: center'>
|
158 |
-
Follow me for more!
|
159 |
-
<a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a>
|
160 |
</h3>
|
161 |
"""
|
162 |
)
|
@@ -180,7 +178,7 @@ with gr.Blocks(css=css) as demo:
|
|
180 |
negative_prompt = gr.Text(
|
181 |
label="Negative prompt",
|
182 |
max_lines=1,
|
183 |
-
value = "deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation
|
184 |
visible=True,
|
185 |
)
|
186 |
seed = gr.Slider(
|
|
|
155 |
gr.HTML(
|
156 |
"""
|
157 |
<h3 style='text-align: center'>
|
|
|
|
|
158 |
</h3>
|
159 |
"""
|
160 |
)
|
|
|
178 |
negative_prompt = gr.Text(
|
179 |
label="Negative prompt",
|
180 |
max_lines=1,
|
181 |
+
value = "deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
182 |
visible=True,
|
183 |
)
|
184 |
seed = gr.Slider(
|