Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ face_info_generator = FaceInfoGenerator()
|
|
79 |
@spaces.GPU
|
80 |
def infer(prompt,
|
81 |
image = None,
|
82 |
-
negative_prompt = "
|
83 |
seed = 66,
|
84 |
randomize_seed = False,
|
85 |
guidance_scale = 5.0,
|
@@ -134,7 +134,6 @@ def load_description(fp):
|
|
134 |
return content
|
135 |
|
136 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
137 |
-
gr.HTML(load_description("assets/title.md"))
|
138 |
with gr.Row():
|
139 |
with gr.Column(elem_id="col-left"):
|
140 |
with gr.Row():
|
|
|
79 |
@spaces.GPU
|
80 |
def infer(prompt,
|
81 |
image = None,
|
82 |
+
negative_prompt = "low quality",
|
83 |
seed = 66,
|
84 |
randomize_seed = False,
|
85 |
guidance_scale = 5.0,
|
|
|
134 |
return content
|
135 |
|
136 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
|
|
137 |
with gr.Row():
|
138 |
with gr.Column(elem_id="col-left"):
|
139 |
with gr.Row():
|