Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'>
|
35 |
-
|
|
|
36 |
\
|
37 |
-
<a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </
|
38 |
\
|
39 |
-
<a style='font-size:18px;' href='https://huggingface.co/mazpie/
|
|
|
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 |
\
|
38 |
+
<a style='font-size:18px;' href='https://huggingface.co/mazpie/genrl_models'> [Models] </a> \
|
39 |
\
|
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>")
|