Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,10 +25,10 @@ def selectModel(message, models):
|
|
25 |
sandbox = gr.Interface.load(
|
26 |
fn= selectModel,
|
27 |
title="AlStable sandbox text to img",
|
28 |
-
name =
|
29 |
inputs = ["text", gr.Dropdown(models)],
|
30 |
outputs = "image",
|
31 |
-
description="
|
32 |
article=article,
|
33 |
api_key=API_KEY
|
34 |
)
|
|
|
25 |
sandbox = gr.Interface.load(
|
26 |
fn= selectModel,
|
27 |
title="AlStable sandbox text to img",
|
28 |
+
name = models[3],
|
29 |
inputs = ["text", gr.Dropdown(models)],
|
30 |
outputs = "image",
|
31 |
+
description="Demo for <a href='https://huggingface.co/stabilityai/stable-diffusion-2-1'>AlStable</a> Stable Diffusion model.",
|
32 |
article=article,
|
33 |
api_key=API_KEY
|
34 |
)
|