someone-in-the-world Claude Sonnet 4.6 commited on
Commit
a7e2a7b
·
1 Parent(s): d77e97b

Update description to highlight 2K high-resolution output goal

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 6.12.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: Accelerated inference attempt of FireRed ImageEdit
11
  tags:
12
  - image-generation
13
  - image-to-image
 
7
  sdk_version: 6.12.0
8
  app_file: app.py
9
  pinned: false
10
+ short_description: High-resolution 2K image editing with FireRed
11
  tags:
12
  - image-generation
13
  - image-to-image
app.py CHANGED
@@ -1198,7 +1198,7 @@ with gr.Blocks() as demo:
1198
 
1199
  <div class="app-notice">
1200
  <ul class="notice-list">
1201
- <li>This is an experimental space to accelerate <a href="https://github.com/PRITHIVSAKTHIUR/FireRed-Image-Edit-1.0-Fast" target="_blank">FireRed-Image-Edit-1.0-Fast</a>.</li>
1202
  <li>Service availability and response times may vary as this space is under development and runs on shared GPU infrastructure.</li>
1203
  <li>When using this Space, please comply with the <a href="https://huggingface.co/content-policy" target="_blank">Hugging Face Content Policy</a>.</li>
1204
  <li>To monitor application performance and improve quality, input data (images/text) and generated outputs are temporarily logged and saved to external storage. Please do not input any personal, sensitive, or confidential information.</li>
 
1198
 
1199
  <div class="app-notice">
1200
  <ul class="notice-list">
1201
+ <li>Aims to produce high-resolution 2K output images while keeping the generating speed, based on <a href="https://github.com/PRITHIVSAKTHIUR/FireRed-Image-Edit-1.0-Fast" target="_blank">FireRed-Image-Edit-1.0-Fast</a>.</li>
1202
  <li>Service availability and response times may vary as this space is under development and runs on shared GPU infrastructure.</li>
1203
  <li>When using this Space, please comply with the <a href="https://huggingface.co/content-policy" target="_blank">Hugging Face Content Policy</a>.</li>
1204
  <li>To monitor application performance and improve quality, input data (images/text) and generated outputs are temporarily logged and saved to external storage. Please do not input any personal, sensitive, or confidential information.</li>