File size: 101 Bytes
f4ef203
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env python

import gradio as gr

with gr.Blocks() as demo:
    pass
demo.queue().launch()