Spaces:
Running on T4
Running on T4
Upload folder using huggingface_hub
Browse files- index.html +10 -6
index.html
CHANGED
|
@@ -24,16 +24,20 @@
|
|
| 24 |
width: 100%;
|
| 25 |
max-width: 800px;
|
| 26 |
text-align: center;
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
.video-container {
|
| 30 |
width: 100%;
|
| 31 |
-
|
|
|
|
| 32 |
background: rgba(255, 255, 255, 0.1);
|
| 33 |
border-radius: 12px;
|
| 34 |
overflow: hidden;
|
| 35 |
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
| 36 |
-
margin:
|
| 37 |
}
|
| 38 |
|
| 39 |
#video-output {
|
|
@@ -62,20 +66,20 @@
|
|
| 62 |
|
| 63 |
h1 {
|
| 64 |
font-size: 2.5em;
|
| 65 |
-
margin-bottom: 0.
|
| 66 |
}
|
| 67 |
|
| 68 |
p {
|
| 69 |
color: rgba(255, 255, 255, 0.8);
|
| 70 |
-
margin-bottom:
|
| 71 |
}
|
| 72 |
|
| 73 |
.controls {
|
| 74 |
display: flex;
|
| 75 |
flex-direction: column;
|
| 76 |
-
gap:
|
| 77 |
align-items: center;
|
| 78 |
-
margin-top:
|
| 79 |
}
|
| 80 |
|
| 81 |
.slider-container {
|
|
|
|
| 24 |
width: 100%;
|
| 25 |
max-width: 800px;
|
| 26 |
text-align: center;
|
| 27 |
+
display: flex;
|
| 28 |
+
flex-direction: column;
|
| 29 |
+
align-items: center;
|
| 30 |
}
|
| 31 |
|
| 32 |
.video-container {
|
| 33 |
width: 100%;
|
| 34 |
+
max-width: 500px;
|
| 35 |
+
aspect-ratio: 1/1;
|
| 36 |
background: rgba(255, 255, 255, 0.1);
|
| 37 |
border-radius: 12px;
|
| 38 |
overflow: hidden;
|
| 39 |
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
| 40 |
+
margin: 10px 0;
|
| 41 |
}
|
| 42 |
|
| 43 |
#video-output {
|
|
|
|
| 66 |
|
| 67 |
h1 {
|
| 68 |
font-size: 2.5em;
|
| 69 |
+
margin-bottom: 0.3em;
|
| 70 |
}
|
| 71 |
|
| 72 |
p {
|
| 73 |
color: rgba(255, 255, 255, 0.8);
|
| 74 |
+
margin-bottom: 1em;
|
| 75 |
}
|
| 76 |
|
| 77 |
.controls {
|
| 78 |
display: flex;
|
| 79 |
flex-direction: column;
|
| 80 |
+
gap: 12px;
|
| 81 |
align-items: center;
|
| 82 |
+
margin-top: 10px;
|
| 83 |
}
|
| 84 |
|
| 85 |
.slider-container {
|