File size: 101 Bytes
003348b
 
 
 
1
2
3
4
5
import gradio as gr

def process_file_upload(file):
    return file.name, gr.update(value=file.name)