Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-file
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-file
File size: 77 Bytes
5aae313
1
2
3
4
5
import
gradio
as
gr gr.Interface(
lambda
x:x.name,
"file"
,
"file"
).launch()