Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def process_image(input_images, enhance, scale, adjust_dpi, dpi, resize, width,
|
|
86 |
iface = gr.Interface(
|
87 |
fn=process_image,
|
88 |
inputs=[
|
89 |
-
gr.File(label="Upload", type="file", file_count="multiple"
|
90 |
gr.Checkbox(label="Enhance Image (ESRGAN)"),
|
91 |
gr.Radio(['2x', '4x', '8x'], type="value", value='2x', label='Resolution model'),
|
92 |
gr.Checkbox(label="Adjust DPI"),
|
|
|
86 |
iface = gr.Interface(
|
87 |
fn=process_image,
|
88 |
inputs=[
|
89 |
+
gr.File(label="Upload", type="file", file_count="multiple"),
|
90 |
gr.Checkbox(label="Enhance Image (ESRGAN)"),
|
91 |
gr.Radio(['2x', '4x', '8x'], type="value", value='2x', label='Resolution model'),
|
92 |
gr.Checkbox(label="Adjust DPI"),
|