Richard Neuschulz commited on
Commit
642071e
Β·
1 Parent(s): 36f26ce

Update demo description for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ h1{margin-bottom: 0 !important}
74
  '''
75
  with gr.Blocks(css=css) as demo:
76
  gr.Markdown("# IP-Adapter-FaceID SDXL demo")
77
- gr.Markdown("My own Demo for the [h94/IP-Adapter-FaceID SDXL model](https://huggingface.co/h94/IP-Adapter-FaceID). I have no idea what I am doing, but you should run this on at least 24 GB of VRAM.")
78
  with gr.Row():
79
  with gr.Column():
80
  files = gr.Files(
 
74
  '''
75
  with gr.Blocks(css=css) as demo:
76
  gr.Markdown("# IP-Adapter-FaceID SDXL demo")
77
+ gr.Markdown("A simple Demo for the [h94/IP-Adapter-FaceID SDXL model](https://huggingface.co/h94/IP-Adapter-FaceID). I have no idea what I am doing, but you should run this on at least 24 GB of VRAM.")
78
  with gr.Row():
79
  with gr.Column():
80
  files = gr.Files(