Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Load the model
|
| 4 |
-
model = gr.load("models/
|
| 5 |
|
| 6 |
# Customize the interface
|
| 7 |
iface = gr.Interface(
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Load the model
|
| 4 |
+
model = gr.load("models/stabilityai/stable-diffusion-xl-base-1.0")
|
| 5 |
|
| 6 |
# Customize the interface
|
| 7 |
iface = gr.Interface(
|