Blane187 commited on
Commit
fee2440
1 Parent(s): 65264e9

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import os
3
+
4
+ model = "Blane187/miyako-saitou-s1-ponyxl-lora-nochekaiser"
5
+
6
+ demo = gr.load(model, src="models", theme="Blane187/fuchsia")
7
+ demo.launch()