Blane187 commited on
Commit
8997bf9
·
verified ·
1 Parent(s): f873f0a

Create app.py

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