Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,9 +97,10 @@ def main():
|
|
97 |
|
98 |
convert_image_butt.click(fn=convert_image, inputs=[image_input, image_output_format, change_resolution, image_width, image_height], outputs=image_output)
|
99 |
|
100 |
-
gr.Tab("")
|
|
|
101 |

|
102 |
-
|
103 |
|
104 |
app.queue(max_size=1022).launch(share=False)
|
105 |
|
|
|
97 |
|
98 |
convert_image_butt.click(fn=convert_image, inputs=[image_input, image_output_format, change_resolution, image_width, image_height], outputs=image_output)
|
99 |
|
100 |
+
with gr.Tab(""):
|
101 |
+
gr.Markdown('''
|
102 |

|
103 |
+
''')
|
104 |
|
105 |
app.queue(max_size=1022).launch(share=False)
|
106 |
|