File size: 99 Bytes
70ea1bb
 
04c7f70
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "file", "file", delete_cache=(86400, 86400)).launch()