Spaces:
Runtime error
Runtime error
Commit
·
bc9def1
1
Parent(s):
0b61730
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ 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("Madiator2011/Lyoko-Diffusion-v1.1", description=description).launch()
|
|
|
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()
|