Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,8 +46,8 @@ inputs_prompt = (gr.inputs.Textbox(label="Model"), gr.inputs.Textbox(label="Prom
|
|
| 46 |
|
| 47 |
sandbox = gr.Interface.load(
|
| 48 |
fn= selectModel,
|
| 49 |
-
inputs=inputs_prompt
|
| 50 |
-
title=("""AlStable sandbox""","selectModel")
|
| 51 |
description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
|
| 52 |
article=article,
|
| 53 |
api_key=API_KEY
|
|
|
|
| 46 |
|
| 47 |
sandbox = gr.Interface.load(
|
| 48 |
fn= selectModel,
|
| 49 |
+
inputs=inputs_prompt,
|
| 50 |
+
title=("""AlStable sandbox""","selectModel"),
|
| 51 |
description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
|
| 52 |
article=article,
|
| 53 |
api_key=API_KEY
|