Spaces:
Runtime error
Runtime error
stay-toxicx
commited on
Commit
•
4a56d88
1
Parent(s):
7b5baf3
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
78 |
run_button = gr.Button("Run", scale=0)
|
79 |
|
80 |
result = client.predict(
|
81 |
-
prompt = prompt
|
82 |
negative_prompt="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
83 |
use_negative_prompt=True,
|
84 |
style="3840 x 2160",
|
|
|
78 |
run_button = gr.Button("Run", scale=0)
|
79 |
|
80 |
result = client.predict(
|
81 |
+
prompt = prompt,
|
82 |
negative_prompt="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
83 |
use_negative_prompt=True,
|
84 |
style="3840 x 2160",
|