Update app_upscale.py
Browse files- app_upscale.py +1 -1
app_upscale.py
CHANGED
|
@@ -73,7 +73,7 @@ def create_demo() -> gr.Blocks:
|
|
| 73 |
with gr.Blocks(css="creative_enhance.css") as demo:
|
| 74 |
gr.HTML("""
|
| 75 |
<div style='display:flex; justify-content:center;'>
|
| 76 |
-
<img src='https://i.ibb.co/pvWSfsMJ/feature-image-upscaler.jpg' alt='Feature Image' style='height:200px; width:auto; border-radius:24px; box-shadow:0 4px 18px #ffa07430; border:2.5px solid #ffe0b3;'
|
| 77 |
</div>
|
| 78 |
<div style='text-align:center;margin-top:6px;'>
|
| 79 |
<span style='font-size:2.0rem;font-weight:800;color:#d84040;letter-spacing:0.04em;font-family:Quicksand,sans-serif;'>
|
|
|
|
| 73 |
with gr.Blocks(css="creative_enhance.css") as demo:
|
| 74 |
gr.HTML("""
|
| 75 |
<div style='display:flex; justify-content:center;'>
|
| 76 |
+
<img src='https://i.ibb.co/pvWSfsMJ/feature-image-upscaler.jpg' alt='Feature Image' style='height:200px; width:auto; border-radius:24px; box-shadow:0 4px 18px #ffa07430; border:2.5px solid #ffe0b3;'/>
|
| 77 |
</div>
|
| 78 |
<div style='text-align:center;margin-top:6px;'>
|
| 79 |
<span style='font-size:2.0rem;font-weight:800;color:#d84040;letter-spacing:0.04em;font-family:Quicksand,sans-serif;'>
|