Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -383,9 +383,7 @@ custom_theme = gr.themes.Default().set(
|
|
| 383 |
|
| 384 |
with gr.Blocks(title="FSRCNN Super-Resolution", theme=custom_theme) as demo:
|
| 385 |
gr.Markdown(
|
| 386 |
-
"# 🧠 FSRCNN Image Upscaling
|
| 387 |
-
"- Use deep learning (FSRCNN) or traditional bicubic interpolation for high-quality image upscaling.\n"
|
| 388 |
-
"- Tip: Pretrained FSRCNN weights for each scale are bundled within the app."
|
| 389 |
)
|
| 390 |
|
| 391 |
with gr.Row():
|
|
|
|
| 383 |
|
| 384 |
with gr.Blocks(title="FSRCNN Super-Resolution", theme=custom_theme) as demo:
|
| 385 |
gr.Markdown(
|
| 386 |
+
"# 🧠 FSRCNN Image Upscaling"
|
|
|
|
|
|
|
| 387 |
)
|
| 388 |
|
| 389 |
with gr.Row():
|