Spaces:
Running on Zero
Running on Zero
alex commited on
Commit ·
19da6d6
1
Parent(s): 4127fe1
better layout
Browse files
app.py
CHANGED
|
@@ -1036,6 +1036,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 1036 |
<img src="https://img.shields.io/badge/🤗-Follow Me-yellow.svg">
|
| 1037 |
</a>
|
| 1038 |
<a href="https://www.buymeacoffee.com/outofai" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;" target="_blank"><img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-red?logo=buy-me-a-coffee" alt="Buy Me A Coffee"></a>
|
|
|
|
|
|
|
| 1039 |
<p style="font-size:16px; display: inline; margin: 0;">
|
| 1040 |
Translate and lipsync your clips to English
|
| 1041 |
</p>
|
|
@@ -1084,31 +1086,31 @@ with gr.Blocks(css=css) as demo:
|
|
| 1084 |
[
|
| 1085 |
"assets/spanish-2.mp4",
|
| 1086 |
True,
|
| 1087 |
-
|
| 1088 |
],
|
| 1089 |
|
| 1090 |
[
|
| 1091 |
"assets/spanish.mp4",
|
| 1092 |
True,
|
| 1093 |
-
|
| 1094 |
],
|
| 1095 |
|
| 1096 |
[
|
| 1097 |
"assets/german.mp4",
|
| 1098 |
True,
|
| 1099 |
-
|
| 1100 |
],
|
| 1101 |
|
| 1102 |
[
|
| 1103 |
"assets/italian.mp4",
|
| 1104 |
True,
|
| 1105 |
-
|
| 1106 |
],
|
| 1107 |
|
| 1108 |
[
|
| 1109 |
"assets/french-movie.mp4",
|
| 1110 |
True,
|
| 1111 |
-
|
| 1112 |
],
|
| 1113 |
|
| 1114 |
],
|
|
|
|
| 1036 |
<img src="https://img.shields.io/badge/🤗-Follow Me-yellow.svg">
|
| 1037 |
</a>
|
| 1038 |
<a href="https://www.buymeacoffee.com/outofai" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;" target="_blank"><img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-red?logo=buy-me-a-coffee" alt="Buy Me A Coffee"></a>
|
| 1039 |
+
</div>
|
| 1040 |
+
<div style="text-align: center;">
|
| 1041 |
<p style="font-size:16px; display: inline; margin: 0;">
|
| 1042 |
Translate and lipsync your clips to English
|
| 1043 |
</p>
|
|
|
|
| 1086 |
[
|
| 1087 |
"assets/spanish-2.mp4",
|
| 1088 |
True,
|
| 1089 |
+
5
|
| 1090 |
],
|
| 1091 |
|
| 1092 |
[
|
| 1093 |
"assets/spanish.mp4",
|
| 1094 |
True,
|
| 1095 |
+
5
|
| 1096 |
],
|
| 1097 |
|
| 1098 |
[
|
| 1099 |
"assets/german.mp4",
|
| 1100 |
True,
|
| 1101 |
+
5
|
| 1102 |
],
|
| 1103 |
|
| 1104 |
[
|
| 1105 |
"assets/italian.mp4",
|
| 1106 |
True,
|
| 1107 |
+
5
|
| 1108 |
],
|
| 1109 |
|
| 1110 |
[
|
| 1111 |
"assets/french-movie.mp4",
|
| 1112 |
True,
|
| 1113 |
+
5
|
| 1114 |
],
|
| 1115 |
|
| 1116 |
],
|