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