ginipick commited on
Commit
726f087
Β·
verified Β·
1 Parent(s): de0cb0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -18,7 +18,6 @@ default_steps = 30
18
 
19
 
20
  GUIDANCE = """
21
- ### [πŸ’₯ New] πŸ‘‹πŸ‘‹πŸ‘‹ We release the <a href="https://github.com/lzyhha/diffusers/tree/main/src/diffusers/pipelines/visualcloze" target="_blank"><span style="color:rgb(253, 60, 94);"><em><strong>diffusers</strong></em></span></a> implementation that makes it easier to use the model through pipelines. See <a href="https://huggingface.co/VisualCloze/VisualClozePipeline-384" target="_blank">Model Card</a> for details.
22
  πŸ“‹ **License**
23
  <br>
24
  This project is licensed under apache-2.0.
@@ -29,9 +28,7 @@ NOTE = r"""
29
  """
30
 
31
  def create_demo(model):
32
- with gr.Blocks(title="VisualCloze Demo") as demo:
33
- gr.Markdown("# VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning")
34
-
35
  gr.Markdown(GUIDANCE)
36
 
37
  # Pre-create all possible image components
 
18
 
19
 
20
  GUIDANCE = """
 
21
  πŸ“‹ **License**
22
  <br>
23
  This project is licensed under apache-2.0.
 
28
  """
29
 
30
  def create_demo(model):
31
+ with gr.Blocks(title="VisualCloze Demo") as demo:
 
 
32
  gr.Markdown(GUIDANCE)
33
 
34
  # Pre-create all possible image components