Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
|
|
|
| 3 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
demo = gr.Interface(
|
| 3 |
+
css="footer {visibility: hidden}"
|
| 4 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|