Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def main():
|
|
| 153 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria Upscaler 💖") as app:
|
| 154 |
|
| 155 |
gr.Markdown(
|
| 156 |
-
"""# <div align="center">
|
| 157 |
"""
|
| 158 |
)
|
| 159 |
with gr.Accordion("Upscaling option"):
|
|
@@ -185,8 +185,7 @@ def main():
|
|
| 185 |
reset_btn.click(fn=reset, inputs=[], outputs=[input_image, output_image, input_properties])
|
| 186 |
|
| 187 |
gr.Markdown(
|
| 188 |
-
"""
|
| 189 |
-
"""
|
| 190 |
)
|
| 191 |
|
| 192 |
app.launch()
|
|
|
|
| 153 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria Upscaler 💖") as app:
|
| 154 |
|
| 155 |
gr.Markdown(
|
| 156 |
+
"""# <div align="center"> Upscale </div>
|
| 157 |
"""
|
| 158 |
)
|
| 159 |
with gr.Accordion("Upscaling option"):
|
|
|
|
| 185 |
reset_btn.click(fn=reset, inputs=[], outputs=[input_image, output_image, input_properties])
|
| 186 |
|
| 187 |
gr.Markdown(
|
| 188 |
+
""" """
|
|
|
|
| 189 |
)
|
| 190 |
|
| 191 |
app.launch()
|