Spaces:
Runtime error
Runtime error
add info
Browse files
app.py
CHANGED
@@ -109,7 +109,8 @@ interface = gr.Interface(
|
|
109 |
label="Hugging Face token",
|
110 |
),
|
111 |
gr.Textbox(
|
112 |
-
label="Task
|
|
|
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 |
),
|