Spaces:
Sleeping
Sleeping
added desc to display
Browse files
app.py
CHANGED
@@ -221,6 +221,7 @@ def main(pil_img, out_dir='demo_out', model_path='checkpoint/deco_best.pth', mes
|
|
221 |
return rend, os.path.join(mesh_out_dir, 'pred.obj')
|
222 |
|
223 |
with gr.Blocks(title="DECO", css=".gradio-container") as demo:
|
|
|
224 |
|
225 |
gr.HTML("""<h1 style="text-align:center; color:#10768c">DECO</h1>""")
|
226 |
|
|
|
221 |
return rend, os.path.join(mesh_out_dir, 'pred.obj')
|
222 |
|
223 |
with gr.Blocks(title="DECO", css=".gradio-container") as demo:
|
224 |
+
gr.Markdown(description)
|
225 |
|
226 |
gr.HTML("""<h1 style="text-align:center; color:#10768c">DECO</h1>""")
|
227 |
|