Spaces:
Sleeping
Sleeping
more detailed info
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
| 91 |
inp_query_text = gr.Textbox(
|
| 92 |
label="Query Text Input",
|
| 93 |
placeholder="Enter description text...",
|
| 94 |
-
info="Examples: 'bass', 'vocal', 'drum kit'. A more detailed description e.g. 'Lead Female Vox' is acceptable but the result may not be accurate",
|
| 95 |
visible=False
|
| 96 |
)
|
| 97 |
|
|
|
|
| 91 |
inp_query_text = gr.Textbox(
|
| 92 |
label="Query Text Input",
|
| 93 |
placeholder="Enter description text...",
|
| 94 |
+
info="Examples: 'bass', 'vocal', 'drum kit'. A more detailed description e.g. 'Lead Female Vox' is acceptable but the result may not be accurate and varies greatly depending on the choice of words.",
|
| 95 |
visible=False
|
| 96 |
)
|
| 97 |
|