Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
app = gr.Interface(
|
| 4 |
app.load("models/stabilityai/stable-diffusion-2-1").launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
app = gr.Interface()
|
| 4 |
app.load("models/stabilityai/stable-diffusion-2-1").launch()
|