Spaces:
Runtime error
Runtime error
Commit
·
e31f693
1
Parent(s):
18a6781
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ os.environ.get("HF_TOKEN")
|
|
9 |
|
10 |
#client = Client.duplicate("stabilityai/stable-diffusion-xl-base-0.9")
|
11 |
|
12 |
-
gr.
|
|
|
9 |
|
10 |
#client = Client.duplicate("stabilityai/stable-diffusion-xl-base-0.9")
|
11 |
|
12 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-0.9", hf_token=hf_token).launch()
|