zs38 commited on
Commit
f9dbb27
·
1 Parent(s): 6f0d568

fix example error

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ with gr.Blocks() as demo:
97
  with gr.Row():
98
  gr.Markdown("""
99
  ## Character Consistancy Image Generation based on Flux
100
- - This model is currently only good at generating consistent images of single human subject, multi-subjects and common object are not as satisfactory, but it will improved soon
 
101
  """)
102
 
103
  with gr.Row():
 
97
  with gr.Row():
98
  gr.Markdown("""
99
  ## Character Consistancy Image Generation based on Flux
100
+ - The model can be downloaded at https://huggingface.co/ashen0209/Flux-Character-Consitancy
101
+ - The model is currently only good at generating consistent images of single human subject, multi-subjects and common object are not as satisfactory, but it will improved soon
102
  """)
103
 
104
  with gr.Row():