Spaces:
Running
Running
add task input
Browse files
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"),
|