Spaces:
Sleeping
Sleeping
Commit ·
4a7fc60
1
Parent(s): 89594d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.load("models/nitrosocke/spider-verse-diffusion",
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
iface = gr.Interface.load("models/nitrosocke/spider-verse-diffusion",
|
| 4 |
+
title="Your Custom Title")
|
| 5 |
+
iface.launch()
|