selfitcamera commited on
Commit
d364a6a
Β·
1 Parent(s): 56dd4a4
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -463,7 +463,7 @@ def create_app():
463
  gr.HTML("""
464
  <div style="text-align: center; margin: 5px auto 0px auto; max-width: 800px;">
465
  <h1 style="color: #2c3e50; margin: 0; font-size: 3.5em; font-weight: 800; letter-spacing: 3px; text-shadow: 2px 2px 4px rgba(0,0,0,0.1);">
466
- πŸ’§ AI Watermark Remover
467
  </h1>
468
  </div>
469
  """, padding=False)
@@ -499,7 +499,7 @@ def create_app():
499
  )
500
 
501
  remove_button = gr.Button(
502
- "πŸ’§ Remove Watermark",
503
  variant="primary",
504
  size="lg"
505
  )
@@ -611,7 +611,7 @@ def create_app():
611
 
612
  <div style="text-align: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; border-radius: 20px; margin: 40px 0;">
613
  <h2 style="margin: 0 0 20px 0; font-size: 2.2em; font-weight: 700;">
614
- πŸ’§ Unlimited AI Watermark Removal
615
  </h2>
616
  <p style="margin: 0 0 25px 0; font-size: 1.2em; opacity: 0.95; line-height: 1.6;">
617
  Remove watermarks from any image instantly with advanced AI technology! Clean your photos and documents
@@ -637,7 +637,7 @@ def create_app():
637
  border: none;
638
  transform: scale(1);
639
  " onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
640
- πŸ’§ Get Unlimited Watermark Removal
641
  </a>
642
 
643
  </div>
@@ -734,7 +734,7 @@ def create_app():
734
  </div>
735
 
736
  <div style="background: rgba(255,255,255,0.15); padding: 20px; border-radius: 12px;">
737
- <h4 style="margin: 0 0 10px 0; font-size: 1.2em;">πŸ’§ Advanced Removal</h4>
738
  <p style="margin: 0; opacity: 0.9; font-size: 0.95em;">Remove any type of watermark including complex, transparent, and multi-layered marks</p>
739
  </div>
740
 
@@ -863,7 +863,7 @@ def create_app():
863
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
864
  transition: all 0.3s ease;
865
  border: none;
866
- ">πŸ’§ Start Removing Watermarks</a>
867
  </div>
868
  </div>
869
 
 
463
  gr.HTML("""
464
  <div style="text-align: center; margin: 5px auto 0px auto; max-width: 800px;">
465
  <h1 style="color: #2c3e50; margin: 0; font-size: 3.5em; font-weight: 800; letter-spacing: 3px; text-shadow: 2px 2px 4px rgba(0,0,0,0.1);">
466
+ 🧽AI Watermark Remover
467
  </h1>
468
  </div>
469
  """, padding=False)
 
499
  )
500
 
501
  remove_button = gr.Button(
502
+ "🧽Remove Watermark",
503
  variant="primary",
504
  size="lg"
505
  )
 
611
 
612
  <div style="text-align: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; border-radius: 20px; margin: 40px 0;">
613
  <h2 style="margin: 0 0 20px 0; font-size: 2.2em; font-weight: 700;">
614
+ 🧽Unlimited AI Watermark Removal
615
  </h2>
616
  <p style="margin: 0 0 25px 0; font-size: 1.2em; opacity: 0.95; line-height: 1.6;">
617
  Remove watermarks from any image instantly with advanced AI technology! Clean your photos and documents
 
637
  border: none;
638
  transform: scale(1);
639
  " onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
640
+ 🧽Get Unlimited Watermark Removal
641
  </a>
642
 
643
  </div>
 
734
  </div>
735
 
736
  <div style="background: rgba(255,255,255,0.15); padding: 20px; border-radius: 12px;">
737
+ <h4 style="margin: 0 0 10px 0; font-size: 1.2em;">🧽Advanced Removal</h4>
738
  <p style="margin: 0; opacity: 0.9; font-size: 0.95em;">Remove any type of watermark including complex, transparent, and multi-layered marks</p>
739
  </div>
740
 
 
863
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
864
  transition: all 0.3s ease;
865
  border: none;
866
+ ">🧽Start Removing Watermarks</a>
867
  </div>
868
  </div>
869