Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ gr.Interface(fn=upscale, inputs=[
|
|
35 |
gr.Radio(['Upscaler 2x','Upscaler 4x'], label="Models"),
|
36 |
gr.Textbox(label="Optional: Enter a Prompt to Slightly Guide the AI's Enhancement"),
|
37 |
gr.Textbox(label='Experimental: Slightly influence What you do not want the AI to Enhance.'),
|
38 |
-
gr.Slider(
|
39 |
gr.Slider(5, 50, 25, step=1, label='Number of Iterations'),
|
40 |
gr.Slider(minimum=1, maximum=999999999999999999, randomize=True, step=1)],
|
41 |
outputs=gr.Image(type="filepath", label = 'Upscaled Image'),
|
|
|
35 |
gr.Radio(['Upscaler 2x','Upscaler 4x'], label="Models"),
|
36 |
gr.Textbox(label="Optional: Enter a Prompt to Slightly Guide the AI's Enhancement"),
|
37 |
gr.Textbox(label='Experimental: Slightly influence What you do not want the AI to Enhance.'),
|
38 |
+
gr.Slider(1, 15, 7, step=1, label='Guidance Scale: How much the AI influences the Upscaling.'),
|
39 |
gr.Slider(5, 50, 25, step=1, label='Number of Iterations'),
|
40 |
gr.Slider(minimum=1, maximum=999999999999999999, randomize=True, step=1)],
|
41 |
outputs=gr.Image(type="filepath", label = 'Upscaled Image'),
|