Spaces:
Running
Running
added project page
Browse files
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():
|