Spaces:
Runtime error
Runtime error
Commit
·
59b2eeb
1
Parent(s):
cfb7a0c
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ class GradioInference:
|
|
399 |
|
400 |
|
401 |
gio = GradioInference()
|
402 |
-
title = "
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
|
405 |
block = gr.Blocks(theme=gr.themes.Soft(spacing_size="md", radius_size="md"))
|
@@ -409,7 +409,7 @@ with block as demo:
|
|
409 |
"""
|
410 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
411 |
<div>
|
412 |
-
<h1>
|
413 |
</div>
|
414 |
<h4 style="margin-bottom: 10px; font-size: 95%">
|
415 |
Your AI-powered video analytics tool ✨
|
|
|
399 |
|
400 |
|
401 |
gio = GradioInference()
|
402 |
+
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
|
405 |
block = gr.Blocks(theme=gr.themes.Soft(spacing_size="md", radius_size="md"))
|
|
|
409 |
"""
|
410 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
411 |
<div>
|
412 |
+
<h1>Media <span style="color: #FFA500;">Insights</span> 💡</h1>
|
413 |
</div>
|
414 |
<h4 style="margin-bottom: 10px; font-size: 95%">
|
415 |
Your AI-powered video analytics tool ✨
|