Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,6 +107,13 @@ description = "This is a project description. It demonstrates how to use Gradio
|
|
| 107 |
|
| 108 |
# Create a Blocks object and use it as a context manager
|
| 109 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
# Define the input components and add them to the layout
|
| 111 |
with gr.Row():
|
| 112 |
image_input = gr.inputs.Image()
|
|
|
|
| 107 |
|
| 108 |
# Create a Blocks object and use it as a context manager
|
| 109 |
with gr.Blocks() as demo:
|
| 110 |
+
gr.Markdown(
|
| 111 |
+
"""
|
| 112 |
+
# Tuba Autoannotation Demo
|
| 113 |
+
This is your private demo for [Tuba Autoannotation](https://Tuba.ai),
|
| 114 |
+
a simple and controllable model for music generation
|
| 115 |
+
"""
|
| 116 |
+
)
|
| 117 |
# Define the input components and add them to the layout
|
| 118 |
with gr.Row():
|
| 119 |
image_input = gr.inputs.Image()
|