KeerthiVM commited on
Commit
2b081bd
·
unverified ·
1 Parent(s): 1dd3984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 (x2/x3/x4)\n"
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():