aiqtech commited on
Commit
040e894
1 Parent(s): a04b247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,7 +79,7 @@ face_info_generator = FaceInfoGenerator()
79
  @spaces.GPU
80
  def infer(prompt,
81
  image = None,
82
- negative_prompt = "nsfw,脸部阴影,低分辨率,jpeg伪影、模糊、糟糕,黑脸,霓虹灯",
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():