rupeshs commited on
Commit
6144792
·
1 Parent(s): 1139a17

added project page

Browse files
Files changed (1) hide show
  1. frontend/webui/hf_demo.py +7 -0
frontend/webui/hf_demo.py CHANGED
@@ -107,6 +107,13 @@ with gr.Blocks(css=css) as demo:
107
  """,
108
  elem_id="intro",
109
  )
 
 
 
 
 
 
 
110
 
111
  with gr.Row():
112
  with gr.Row():
 
107
  """,
108
  elem_id="intro",
109
  )
110
+ gr.HTML(
111
+ f"""
112
+ <p id="project-links" align="center">
113
+ <a href='https://github.com/rupeshs/fastsdcpu'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
114
+ </p>
115
+ """
116
+ )
117
 
118
  with gr.Row():
119
  with gr.Row():