Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,8 @@ demo = gr.Interface(
|
|
123 |
value="card"
|
124 |
),
|
125 |
gr.Textbox(
|
126 |
-
label="Hugging Face Dataset Name",
|
127 |
-
placeholder="username/dataset-name
|
128 |
-
required=False
|
129 |
)
|
130 |
],
|
131 |
outputs=gr.Textbox(label="Status"),
|
|
|
123 |
value="card"
|
124 |
),
|
125 |
gr.Textbox(
|
126 |
+
label="Hugging Face Dataset Name (Optional)",
|
127 |
+
placeholder="username/dataset-name"
|
|
|
128 |
)
|
129 |
],
|
130 |
outputs=gr.Textbox(label="Status"),
|