Spaces:
Running
on
Zero
Running
on
Zero
bimsarapathiraja
commited on
Commit
·
07d3299
1
Parent(s):
b178d72
Remove text
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ guidance_scale_input = gr.Slider(minimum=0.0, maximum=17.5, value=12.5, label="G
|
|
62 |
seed_input = gr.Textbox(value="255", label="Random Seed")
|
63 |
|
64 |
inputs = [image_input, prompt_input, num_inference_steps_input, image_guidance_scale_input, guidance_scale_input, seed_input]
|
65 |
-
outputs = [gr.Image(label="Generated Image")
|
66 |
|
67 |
article_html = """
|
68 |
<div style="text-align: center; max-width: 1000px; margin: 20px auto; font-family: Arial, sans-serif;">
|
|
|
62 |
seed_input = gr.Textbox(value="255", label="Random Seed")
|
63 |
|
64 |
inputs = [image_input, prompt_input, num_inference_steps_input, image_guidance_scale_input, guidance_scale_input, seed_input]
|
65 |
+
outputs = [gr.Image(label="Generated Image")]
|
66 |
|
67 |
article_html = """
|
68 |
<div style="text-align: center; max-width: 1000px; margin: 20px auto; font-family: Arial, sans-serif;">
|