Update app.py
Browse filessome little defect with naming
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
|
|
76 |
|
77 |
model_id_input = gr.Text(
|
78 |
label="Enter Model ID",
|
79 |
-
value="
|
80 |
show_label=True,
|
81 |
placeholder="Enter model",
|
82 |
)
|
|
|
76 |
|
77 |
model_id_input = gr.Text(
|
78 |
label="Enter Model ID",
|
79 |
+
value="stable-diffusion-v1-5/stable-diffusion-v1-5",
|
80 |
show_label=True,
|
81 |
placeholder="Enter model",
|
82 |
)
|