David Driscoll
commited on
Commit
·
07c5ca0
1
Parent(s):
73fbe68
Spelling
Browse files
app.py
CHANGED
|
@@ -334,7 +334,7 @@ tabbed_interface = gr.TabbedInterface(
|
|
| 334 |
demo = gr.Blocks(css=custom_css, theme=None)
|
| 335 |
with demo:
|
| 336 |
gr.Markdown("<h1 class='gradio-title'>Multi-Analysis Image App</h1>")
|
| 337 |
-
gr.Markdown("<p class='gradio-description'>Upload an image to run
|
| 338 |
|
| 339 |
tabbed_interface.render()
|
| 340 |
|
|
|
|
| 334 |
demo = gr.Blocks(css=custom_css, theme=None)
|
| 335 |
with demo:
|
| 336 |
gr.Markdown("<h1 class='gradio-title'>Multi-Analysis Image App</h1>")
|
| 337 |
+
gr.Markdown("<p class='gradio-description'>Upload an image to run analysis for posture, emotions, faces, and facemesh landmarks.</p>")
|
| 338 |
|
| 339 |
tabbed_interface.render()
|
| 340 |
|