Spaces:
feeday
/
Runtime error

feeday commited on
Commit
380deae
Β·
verified Β·
1 Parent(s): f45becf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,8 +54,8 @@ def generate_image(
54
  with gr.Blocks(title="FLUX SRPO Text-to-Image", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray", neutral_hue="slate")) as demo:
55
  gr.Markdown("# Flux SRPO")
56
  gr.Markdown("Generate images using FLUX model enhanced with Tencent's SRPO technique")
 
57
  gr.Markdown("Built with [AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder)")
58
- gr.Markdown("Built with [Github](https://github.com/Tencent-Hunyuan/SRPO)")
59
 
60
  output_image = gr.Image(label="Generated Image", type="pil")
61
 
 
54
  with gr.Blocks(title="FLUX SRPO Text-to-Image", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray", neutral_hue="slate")) as demo:
55
  gr.Markdown("# Flux SRPO")
56
  gr.Markdown("Generate images using FLUX model enhanced with Tencent's SRPO technique")
57
+ gr.Markdown("Generate images using FLUX model enhanced with Tencent's [SRPO](https://github.com/Tencent-Hunyuan/SRPO) technique")
58
  gr.Markdown("Built with [AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder)")
 
59
 
60
  output_image = gr.Image(label="Generated Image", type="pil")
61