Spaces:
Sleeping
Sleeping
Quentin Gallouédec
commited on
Commit
·
7aff449
1
Parent(s):
ce89e6e
fix checkbox
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks() as demo:
|
|
177 |
user_id = gr.Textbox(label="User ID", placeholder="Enter your Hugging Face user ID")
|
178 |
dataset_id = gr.Textbox(label="Dataset ID", placeholder="Enter the desired dataset ID")
|
179 |
token = gr.Textbox(label="API token", placeholder="Enter a Hugging Face API token")
|
180 |
-
private = gr.Checkbox(label="Private"
|
181 |
|
182 |
gr.Markdown("## 2️⃣ Convert the PDFs and upload")
|
183 |
convert_button = gr.Button("🔄 Convert and upload")
|
|
|
177 |
user_id = gr.Textbox(label="User ID", placeholder="Enter your Hugging Face user ID")
|
178 |
dataset_id = gr.Textbox(label="Dataset ID", placeholder="Enter the desired dataset ID")
|
179 |
token = gr.Textbox(label="API token", placeholder="Enter a Hugging Face API token")
|
180 |
+
private = gr.Checkbox(label="Private")
|
181 |
|
182 |
gr.Markdown("## 2️⃣ Convert the PDFs and upload")
|
183 |
convert_button = gr.Button("🔄 Convert and upload")
|