akhaliq HF Staff commited on
Commit
22f2658
·
verified ·
1 Parent(s): 03d82a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def generate_image(
50
  with gr.Blocks(title="FLUX SRPO Text-to-Image", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray", neutral_hue="slate")) as demo:
51
  gr.Markdown("# Flux SRPO")
52
  gr.Markdown("Generate images using FLUX model enhanced with Tencent's SRPO technique")
 
53
 
54
  with gr.Row():
55
  with gr.Column(scale=3):
 
50
  with gr.Blocks(title="FLUX SRPO Text-to-Image", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray", neutral_hue="slate")) as demo:
51
  gr.Markdown("# Flux SRPO")
52
  gr.Markdown("Generate images using FLUX model enhanced with Tencent's SRPO technique")
53
+ gr.Markdown("Built with [AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder)")
54
 
55
  with gr.Row():
56
  with gr.Column(scale=3):