Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Adrien-AG
/
Gdoc
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Gdoc
/
src
/
view
/
style_components.py
adrien.aribaut-gaudin
push on my interface
c626d10
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
188 Bytes
import
gradio
as
gr
import
config
def
input_files_fn1
(
input_files_
):
update_ = {
output_files_comp: gr.update(visible=
True
)
}
if
input_files_
else
{}
return
update_