Spaces:
Runtime error
Runtime error
mrbeliever
commited on
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/Lykon/dreamshaper-xl-turbo")
|
5 |
|
6 |
# Customize the interface
|
7 |
iface = gr.Interface(
|