Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -185,8 +185,12 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
|
|
185 |
"""
|
186 |
article = r"""
|
187 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
|
|
|
|
|
|
|
188 |
[![GitHub Stars](https://img.shields.io/github/stars/wangjiangshan0725/RF-Solver-Edit?style=social)](https://github.com/wangjiangshan0725/RF-Solver-Edit)
|
189 |
"""
|
|
|
190 |
css = '''
|
191 |
.gradio-container {width: 85% !important}
|
192 |
'''
|
@@ -195,7 +199,8 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
|
|
195 |
|
196 |
gr.HTML(title)
|
197 |
gr.Markdown(description)
|
198 |
-
gr.
|
|
|
199 |
|
200 |
with gr.Row():
|
201 |
with gr.Column():
|
|
|
185 |
"""
|
186 |
article = r"""
|
187 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
|
188 |
+
"""
|
189 |
+
|
190 |
+
badge = r"""
|
191 |
[![GitHub Stars](https://img.shields.io/github/stars/wangjiangshan0725/RF-Solver-Edit?style=social)](https://github.com/wangjiangshan0725/RF-Solver-Edit)
|
192 |
"""
|
193 |
+
|
194 |
css = '''
|
195 |
.gradio-container {width: 85% !important}
|
196 |
'''
|
|
|
199 |
|
200 |
gr.HTML(title)
|
201 |
gr.Markdown(description)
|
202 |
+
gr.Markdown(article)
|
203 |
+
gr.Markdown(badge)
|
204 |
|
205 |
with gr.Row():
|
206 |
with gr.Column():
|