Spaces:
Running
on
Zero
Running
on
Zero
bimsarapathiraja
commited on
Commit
·
b178d72
1
Parent(s):
cc202cf
Change gr Image
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ for exp in example_lists:
|
|
54 |
|
55 |
|
56 |
# Update the input for image upload to remove mask-related functionality
|
57 |
-
image_input = gr.Image(type="pil", label="Input Image"
|
58 |
prompt_input = gr.Textbox(label="Prompt")
|
59 |
num_inference_steps_input = gr.Slider(minimum=0, maximum=100, value=50, label="Number of Inference Steps")
|
60 |
image_guidance_scale_input = gr.Slider(minimum=0.0, maximum=2.5, value=1.5, label="Image Guidance Scale")
|
|
|
54 |
|
55 |
|
56 |
# Update the input for image upload to remove mask-related functionality
|
57 |
+
image_input = gr.Image(type="pil", label="Input Image")
|
58 |
prompt_input = gr.Textbox(label="Prompt")
|
59 |
num_inference_steps_input = gr.Slider(minimum=0, maximum=100, value=50, label="Number of Inference Steps")
|
60 |
image_guidance_scale_input = gr.Slider(minimum=0.0, maximum=2.5, value=1.5, label="Image Guidance Scale")
|