Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def infer(model_name, image_in, prompt, controlnet_conditioning_scale, guidance_
|
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
with gr.Column():
|
72 |
-
model_name = gr.Textbox(label="Model to use", placeholder="username/my_model"
|
73 |
image_in = gr.Image(source="upload", type="filepath")
|
74 |
prompt = gr.Textbox(label="Prompt")
|
75 |
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5, type="float")
|
|
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
with gr.Column():
|
72 |
+
model_name = gr.Textbox(label="Model to use", placeholder="username/my_model")
|
73 |
image_in = gr.Image(source="upload", type="filepath")
|
74 |
prompt = gr.Textbox(label="Prompt")
|
75 |
guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5, type="float")
|