Spaces:
Running
Running
Trying to run the newest stable diffusion
Browse files
app.py
CHANGED
@@ -32,8 +32,8 @@
|
|
32 |
import gradio as gr
|
33 |
|
34 |
gr.close_all()
|
35 |
-
demo = gr.load(name="models/
|
36 |
-
title='PicassoBot',
|
37 |
description='Because paint splatters are so last century')
|
38 |
|
39 |
demo.launch()
|
|
|
32 |
import gradio as gr
|
33 |
|
34 |
gr.close_all()
|
35 |
+
demo = gr.load(name="models/stabilityai/stable-diffusion-xl-base-1.0",
|
36 |
+
title='PicassoBot Large',
|
37 |
description='Because paint splatters are so last century')
|
38 |
|
39 |
demo.launch()
|