Spaces:
Running
Running
File size: 89 Bytes
e976963 |
1 2 3 4 5 |
import gradio as gr
def process_file_upload(file):
return gr.update(value=file)
|