Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
throaway2854
/
Image-Prompt_Dataset_Creator
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
throaway2854
commited on
Dec 9, 2024
Commit
cb98eee
·
verified
·
1 Parent(s):
b25ca7f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -396,4 +396,7 @@ with gr.Blocks() as demo:
396
outputs=[dataset_selector]
397
)
398
399
demo.launch()
396
outputs=[dataset_selector]
397
)
398
399
+
# Hide dataset_html
400
+
dataset_html.visible = False
401
+
402
demo.launch()