Jihuai commited on
Commit
9ca5133
·
1 Parent(s): a52acef

more detailed info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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