Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ api_key = os.environ.get("HUGGINGFACE_API_KEY")
|
|
| 40 |
|
| 41 |
#iface.launch()
|
| 42 |
|
| 43 |
-
title = "
|
| 44 |
gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title).launch()
|
| 45 |
|
| 46 |
#gr.load("models/stabilityai/stable-diffusion-2-1-base").launch(auth=("admin", "pass"))
|
|
|
|
| 40 |
|
| 41 |
#iface.launch()
|
| 42 |
|
| 43 |
+
title = "text to image stable diffusion xl"
|
| 44 |
gr.Interface.load("models/stabilityai/stable-diffusion-2-1", title=title).launch()
|
| 45 |
|
| 46 |
#gr.load("models/stabilityai/stable-diffusion-2-1-base").launch(auth=("admin", "pass"))
|