Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,16 +239,18 @@ class VideoClassifier:
|
|
| 239 |
# return final_answer, first_video, second_video
|
| 240 |
return final_answer
|
| 241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
def launch_interface(self):
|
| 243 |
css_code = """
|
| 244 |
.gradio-container {background-color: #000000;color:#FFFFFF;background-size: 200px; background-image:url(https://gitlab.ignitarium.in/saran/logo/-/raw/aab7c77b4816b8a4bbdc5588eb57ce8b6c15c72d/ign_logo_white.png);background-repeat:no-repeat; position:relative; top:1px; left:5px; padding: 50px;text-align: right;background-position: right top;}
|
| 245 |
-
|
| 246 |
-
.body {background-color: #000000 !important}
|
| 247 |
-
@media screen and (max-width: 1500px) {
|
| 248 |
-
.gradio-container-4-1-2 .prose h1 {color:#FFFFFF !important; margin-top: 6%}
|
| 249 |
-
}
|
| 250 |
-
.built-with svelte-mpyp5e {visibility:hidden}
|
| 251 |
-
.show-api svelte-mpyp5e {visibility:hidden}
|
| 252 |
"""
|
| 253 |
css_code += """
|
| 254 |
:root {
|
|
|
|
| 239 |
# return final_answer, first_video, second_video
|
| 240 |
return final_answer
|
| 241 |
|
| 242 |
+
|
| 243 |
+
# .gradio-container-4-1-2 .prose h1 {color:#FFFFFF !important }
|
| 244 |
+
# .body {background-color: #000000 !important}
|
| 245 |
+
# @media screen and (max-width: 1500px) {
|
| 246 |
+
# .gradio-container-4-1-2 .prose h1 {color:#FFFFFF !important; margin-top: 6%}
|
| 247 |
+
# }
|
| 248 |
+
# .built-with svelte-mpyp5e {visibility:hidden}
|
| 249 |
+
# .show-api svelte-mpyp5e {visibility:hidden}
|
| 250 |
def launch_interface(self):
|
| 251 |
css_code = """
|
| 252 |
.gradio-container {background-color: #000000;color:#FFFFFF;background-size: 200px; background-image:url(https://gitlab.ignitarium.in/saran/logo/-/raw/aab7c77b4816b8a4bbdc5588eb57ce8b6c15c72d/ign_logo_white.png);background-repeat:no-repeat; position:relative; top:1px; left:5px; padding: 50px;text-align: right;background-position: right top;}
|
| 253 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 254 |
"""
|
| 255 |
css_code += """
|
| 256 |
:root {
|