comrender commited on
Commit
fd70ade
·
verified ·
1 Parent(s): c5f42d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,8 +293,8 @@ def enhance_image(
293
  with gr.Blocks(css=css, title="🎨 AI Image Upscaler - FLUX ComfyUI") as demo:
294
  gr.HTML("""
295
  <div class="main-header">
296
- <h1>🎨 AI Image Upscaler (ComfyUI Workflow)</h1>
297
- <p>Upload an image or provide a URL to upscale it using FLUX FP8 with ComfyUI Ultimate SD Upscale</p>
298
  <p>Using FLUX.1-dev FP8 model</p>
299
  </div>
300
  """)
 
293
  with gr.Blocks(css=css, title="🎨 AI Image Upscaler - FLUX ComfyUI") as demo:
294
  gr.HTML("""
295
  <div class="main-header">
296
+ <h1>🎨 Flux Dev Image Upscaler (FP8)</h1>
297
+ <p>Upload an image or provide a URL to upscale it using FLUX FP8 with Ultimate SD Upscale</p>
298
  <p>Using FLUX.1-dev FP8 model</p>
299
  </div>
300
  """)