Spaces:
Runtime error
Runtime error
Commit
·
0fe2d6d
1
Parent(s):
f835e5b
Add application file
Browse files
app.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|