echarlaix HF staff commited on
Commit
7c6cbfb
·
1 Parent(s): 5280c9b
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -109,7 +109,8 @@ interface = gr.Interface(
109
  label="Hugging Face token",
110
  ),
111
  gr.Textbox(
112
- label="Task : can be left to auto, will be automatically inferred",
 
113
  placeholder="auto",
114
  max_lines=1,
115
  ),
 
109
  label="Hugging Face token",
110
  ),
111
  gr.Textbox(
112
+ label="Task",
113
+ info="Can be left to auto, will be automatically inferred",
114
  placeholder="auto",
115
  max_lines=1,
116
  ),