Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ inputs = [
|
|
| 71 |
type="value",
|
| 72 |
default="Recognize Anything Model",
|
| 73 |
label="Select Model" ),
|
| 74 |
-
gr.inputs.Textbox(lines=2, label="User Specified Tags (Optional
|
| 75 |
]
|
| 76 |
|
| 77 |
outputs = [gr.outputs.Textbox(label="Tags"),gr.outputs.Textbox(label="标签"), gr.outputs.Textbox(label="Caption (currently only Tag2Text is supported)")]
|
|
|
|
| 71 |
type="value",
|
| 72 |
default="Recognize Anything Model",
|
| 73 |
label="Select Model" ),
|
| 74 |
+
gr.inputs.Textbox(lines=2, label="User Specified Tags (Optional and Currently only Tag2Text is Supported, Enter with commas)")
|
| 75 |
]
|
| 76 |
|
| 77 |
outputs = [gr.outputs.Textbox(label="Tags"),gr.outputs.Textbox(label="标签"), gr.outputs.Textbox(label="Caption (currently only Tag2Text is supported)")]
|