mohamedtalaat91 commited on
Commit
d2f68ad
1 Parent(s): dedff8e
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -87,10 +87,11 @@ def generate_images(prompt, img_filepath,
87
 
88
 
89
  with gr.Blocks() as demo:
 
 
90
  gr.Markdown(
91
  """
92
- # IP-Adapter-FaceID-plus
93
- Generate images conditioned on a image prompt and a text prompt. Learn more here: https://huggingface.co/h94/IP-Adapter-FaceID
94
  This demo is intended to use on GPU. It will work also on CPU but generating one image could take 900 seconds compared to a few seconds on GPU.
95
  """)
96
  with gr.Row():
 
87
 
88
 
89
  with gr.Blocks() as demo:
90
+ gr.Markdown(r"""<center><img src='"D:\2B Data\GEN_AI\face_id\2B-Egypt\logo.png"' alt='2B-Egypt' style="width:80px; margin-bottom:10px"></center>""")
91
+ gr.Markdown(r"""<center><h1>2B-Egypt</h1></center>""")
92
  gr.Markdown(
93
  """
94
+ Generate images conditioned on a image prompt and a text prompt.
 
95
  This demo is intended to use on GPU. It will work also on CPU but generating one image could take 900 seconds compared to a few seconds on GPU.
96
  """)
97
  with gr.Row():