File size: 106 Bytes
c25db33
 
6e9ad43
c25db33
6e9ad43
1
2
3
4
5
import gradio as gr

demo = gr.Interface(lambda x: x, "image", "image")

demo.launch(max_file_size="1mb",)