import gradio as gr app = gr.load("models/thejagstudio/LordSwaminaryan") app.queue(default_concurrency_limit=10) app.launch()