Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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):
|