Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kindahex
/
KBlueLeaf-Kohaku-XL-Zeta
like
0
Runtime error
App
Files
Files
Community
Hev832
commited on
Sep 3
Commit
9512c83
•
1 Parent(s):
ba5865d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import gradio as gr
2
3
-
gr.load("models/KBlueLeaf/Kohaku-XL-Zeta").launch()
1
import gradio as gr
2
3
+
4
+
models = "models/KBlueLeaf/Kohaku-XL-Zeta"
5
+
6
+
7
+
gr.load(models, theme="Hev832/Applio").launch()