File size: 119 Bytes
3fe8a1d
 
 
 
 
d30af70
1
2
3
4
5
6
7
import gradio as gr

demo = gr.load("gradio/test-gr-load", src="spaces")

if __name__ == "__main__":
    demo.launch()