Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
-
gr.load("models/John6666/the-araminta-fv1-sdxl"
|
5 |
|
6 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
+
gr.load("models/John6666/the-araminta-fv1-sdxl")
|
5 |
|
6 |
demo.launch()
|