qiaochanghao commited on
Commit
649eda6
·
1 Parent(s): 9bd1a7c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ logo_base64 = get_image_base64("logo.png")
115
  with gr.Blocks(css=css) as demo:
116
  with gr.Column(elem_id="col-container"):
117
  gr.HTML(f'<img src="data:image/png;base64,{logo_base64}" alt="Firered Logo" width="400" style="display: block; margin: 0 auto;">')
118
- gr.Markdown("[Learn more](https://github.com/FireRedTeam/FireRed-Image-Edit) about the FireRed-Image-Edit series. Try [download model](https://huggingface.co/FireRedTeam/FireRed-Image-Edit) to run locally with ComfyUI or diffusers.")
119
  with gr.Row():
120
  with gr.Column():
121
  input_images = gr.Gallery(label="Input Images", show_label=False, type="pil", interactive=True)
 
115
  with gr.Blocks(css=css) as demo:
116
  with gr.Column(elem_id="col-container"):
117
  gr.HTML(f'<img src="data:image/png;base64,{logo_base64}" alt="Firered Logo" width="400" style="display: block; margin: 0 auto;">')
118
+ gr.Markdown("[Learn more](https://github.com/FireRedTeam/FireRed-Image-Edit) about the FireRed-Image-Edit series.")
119
  with gr.Row():
120
  with gr.Column():
121
  input_images = gr.Gallery(label="Input Images", show_label=False, type="pil", interactive=True)