echarlaix HF staff commited on
Commit
66b26af
·
1 Parent(s): 6bd9fdb

add task input

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -108,6 +108,11 @@ interface = gr.Interface(
108
  max_lines=1,
109
  label="Hugging Face token",
110
  ),
 
 
 
 
 
111
  ],
112
  outputs=[
113
  gr.Markdown(label="output"),
 
108
  max_lines=1,
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
+ ),
116
  ],
117
  outputs=[
118
  gr.Markdown(label="output"),