thejagstudio's picture
Update app.py
097587d verified
raw
history blame contribute delete
No virus
126 Bytes
import gradio as gr
app = gr.load("models/thejagstudio/LordSwaminaryan")
app.queue(default_concurrency_limit=10)
app.launch()