Gopalag commited on
Commit
aeecb24
·
verified ·
1 Parent(s): 2b29765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -507,14 +507,7 @@ def app_gradio():
507
  ],
508
  result_image,
509
  )
510
- gr.Markdown(
511
- '''
512
- <div style="text-align: center; color: #1a237e; font-weight: 500; margin: 1rem 0;
513
- padding: 0.8rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
514
- © 2024 Deradh All Rights Reserved
515
- </div>
516
- '''
517
- )
518
 
519
  demo.queue().launch(share=True, show_error=True)
520
 
 
507
  ],
508
  result_image,
509
  )
510
+
 
 
 
 
 
 
 
511
 
512
  demo.queue().launch(share=True, show_error=True)
513