File size: 96 Bytes
e7eecb8
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr

def test(x):
    return 

with gr.Blocks() as demo:
    pass

demo.launch()