Spaces:
Runtime error
Runtime error
Commit
·
4a9e28e
1
Parent(s):
961d52b
Update app.py
Browse files
app.py
CHANGED
|
@@ -401,8 +401,7 @@ class GradioInference:
|
|
| 401 |
gio = GradioInference()
|
| 402 |
title = "Media Insights"
|
| 403 |
description = "Your AI-powered video analytics tool"
|
| 404 |
-
|
| 405 |
-
theme = 'xiaobaiyuan/theme_brief'
|
| 406 |
block = gr.Blocks(theme=theme)
|
| 407 |
|
| 408 |
with block as demo:
|
|
|
|
| 401 |
gio = GradioInference()
|
| 402 |
title = "Media Insights"
|
| 403 |
description = "Your AI-powered video analytics tool"
|
| 404 |
+
theme = 'Taithrah/Minimal'
|
|
|
|
| 405 |
block = gr.Blocks(theme=theme)
|
| 406 |
|
| 407 |
with block as demo:
|