#!/usr/bin/env python import gradio as gr with gr.Blocks() as demo: pass demo.queue().launch()