Spaces:
Running
Running
Mathis Petrovich
commited on
Commit
·
de3f921
1
Parent(s):
860f2b5
remove css
Browse files
app.py
CHANGED
@@ -11,13 +11,9 @@ from load import load_unit_motion_embs_splits, load_keyids_splits
|
|
11 |
|
12 |
|
13 |
WEBSITE = """
|
14 |
-
<div class="embed_hidden">
|
15 |
-
|
16 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
|
17 |
-
<link href="https://mathis.petrovich.fr/tmr/css/style.css" rel="stylesheet">
|
18 |
-
<link href="https://mathis.petrovich.fr/tmr/css/media.css" rel="stylesheet">
|
19 |
-
|
20 |
|
|
|
21 |
<h1 style='text-align: center'>TMR: Text-to-Motion Retrieval Using Contrastive 3D Human Motion Synthesis </h1>
|
22 |
|
23 |
<h2 style='text-align: center'>
|
|
|
11 |
|
12 |
|
13 |
WEBSITE = """
|
|
|
|
|
14 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
|
|
|
|
|
|
|
15 |
|
16 |
+
<div class="embed_hidden">
|
17 |
<h1 style='text-align: center'>TMR: Text-to-Motion Retrieval Using Contrastive 3D Human Motion Synthesis </h1>
|
18 |
|
19 |
<h2 style='text-align: center'>
|