Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redfr
/
miyako-saitou-s1-ponyxl-lora-nochekaiser
like
2
Running
App
Files
Files
Community
Blane187
commited on
Jul 13, 2024
Commit
fee2440
•
1 Parent(s):
65264e9
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -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()