mazpie commited on
Commit
5c45e0e
1 Parent(s): 97df429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -38,7 +38,10 @@ def videocrafter_demo(result_dir='./tmp/'):
38
  <a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </a> \
39
  &nbsp; &nbsp; \
40
  <a style='font-size:18px;' href='https://huggingface.co/datasets/mazpie/genrl_datasets'> [Datasets] </a> \
41
- </div>")
 
 
 
42
 
43
  gr.Markdown("<b> Notes: </b>")
44
  gr.Markdown("<b> - Low quality of the videos generated is expected, as the work focuses on visual-language alignment for behavior learning, not on video generation quality.</b>")
 
38
  <a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </a> \
39
  &nbsp; &nbsp; \
40
  <a style='font-size:18px;' href='https://huggingface.co/datasets/mazpie/genrl_datasets'> [Datasets] </a> \
41
+ </div>
42
+ <p align="center">
43
+ <img src='assets/GenRL_fig1.png' width=90%>
44
+ </p>")
45
 
46
  gr.Markdown("<b> Notes: </b>")
47
  gr.Markdown("<b> - Low quality of the videos generated is expected, as the work focuses on visual-language alignment for behavior learning, not on video generation quality.</b>")