Madiator2011 commited on
Commit
b18bacc
·
1 Parent(s): bc9def1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,5 +1,3 @@
1
  import gradio as gr
2
 
3
- description = "Welcome to Lyoko Diffusion - the first Multi-Style Model trained from scratch! This is a fine-tuned Stable Diffusion model trained on Code Lyoko 2D/CGI artstyle. Use 2DLyoko style for 2D or CGILyoko style for CGI. Model by Madiator2011"
4
-
5
- gr.Interface.load("models/Madiator2011/Lyoko-Diffusion-v1.1", description=description).launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/Madiator2011/Lyoko-Diffusion-v1.1").queue(concurrency_count=20).launch()