Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hexamind
/
GenProp
like
0
Runtime error
App
Files
Files
Community
main
GenProp
/
src
/
view
/
style_components.py
adrien.aribaut-gaudin
feat: new public GenProp
498db6b
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
import
gradio
as
gr
def
input_files_fn1
(
input_files_
):
update_ = {
output_files_comp: gr.update(visible=
True
)
}
if
input_files_
else
{}
return
update_