mazpie commited on
Commit
b88db0a
1 Parent(s): 9cb3f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -31,12 +31,14 @@ def videocrafter_demo(result_dir='./tmp/'):
31
 
32
  # tex
33
  with gr.Blocks(analytics_enabled=False) as videocrafter_iface:
34
- gr.Markdown("<div align='center'> <h2> GenRL: Multimodal foundation world models for generalist embodied agents </span> </h2> \
35
- <a style='font-size:18px;' href='https://github.com/mazpie/genrl'> [Github] \
 
36
  &nbsp; &nbsp; \
37
- <a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </div> \
38
  &nbsp; &nbsp; \
39
- <a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </div>")
 
40
 
41
  gr.Markdown("<b> Notes: </b>")
42
  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>")
 
31
 
32
  # tex
33
  with gr.Blocks(analytics_enabled=False) as videocrafter_iface:
34
+ gr.Markdown("<div align='center'> \
35
+ <h2> GenRL: Multimodal foundation world models for generalist embodied agents </h2> \
36
+ <a style='font-size:18px;' href='https://github.com/mazpie/genrl'> [Github] </a> \
37
  &nbsp; &nbsp; \
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>")