File size: 126 Bytes
0261b26
 
1da120a
097587d
1da120a
1
2
3
4
5
import gradio as gr

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