ginipick commited on
Commit
f6eb981
·
verified ·
1 Parent(s): 2e14e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ def predict(request: gr.Request, *args, progress=gr.Progress(track_tqdm=True)):
47
  raise gr.Error(f"The submission failed! Error: {response.status_code}")
48
 
49
  title = "Demo for consistent-character cog image by fofr"
50
- description = "Create images of a given character in different poses • running cog image by fofr"
51
 
52
  css="""
53
  #col-container{
@@ -59,7 +59,7 @@ css="""
59
  with gr.Blocks(css=css) as app:
60
  with gr.Column(elem_id="col-container"):
61
  gr.HTML(f"""
62
- <h2 style="text-align: center;">Consistent Character Workflow</h2>
63
  <p style="text-align: center;">{description}</p>
64
  """)
65
 
 
47
  raise gr.Error(f"The submission failed! Error: {response.status_code}")
48
 
49
  title = "Demo for consistent-character cog image by fofr"
50
+ description = "얼굴 유지 + 프롬프트로 이미지 생성"
51
 
52
  css="""
53
  #col-container{
 
59
  with gr.Blocks(css=css) as app:
60
  with gr.Column(elem_id="col-container"):
61
  gr.HTML(f"""
62
+ <h2 style="text-align: center;">캐릭터 이미지/h2>
63
  <p style="text-align: center;">{description}</p>
64
  """)
65