Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -441,7 +441,7 @@ class VideoClassifier:
|
|
| 441 |
return "Model selected: " + model_name
|
| 442 |
|
| 443 |
def launch_interface(self):
|
| 444 |
-
|
| 445 |
.gradio-container {
|
| 446 |
background-color: #d6cbd6;
|
| 447 |
}
|
|
|
|
| 441 |
return "Model selected: " + model_name
|
| 442 |
|
| 443 |
def launch_interface(self):
|
| 444 |
+
css_code = """
|
| 445 |
.gradio-container {
|
| 446 |
background-color: #d6cbd6;
|
| 447 |
}
|