#!/usr/bin/env python import gradio as gr with gr.Blocks() as demo: gr.Image("cat.jpg", height=500) if __name__ == "__main__": demo.queue().launch()