test-file / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
5aae313
raw
history blame
77 Bytes
import gradio as gr
gr.Interface(lambda x:x.name, "file", "file").launch()