masdar commited on
Commit
8e31541
·
1 Parent(s): 9730689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ def edge_detection(filepath, detector):
55
 
56
 
57
 
58
- title = "Kornia Edge Detection"
59
- description = "<p style='text-align: center'>This is a Gradio demo for Kornia's Edge Detection.</p><p style='text-align: center'>To use it, simply upload your image, or click one of the examples to load them, and select any edge detector to run it! Read more at the links at the bottom.</p>"
60
- article = "<p style='text-align: center'><a href='https://kornia.readthedocs.io/en/latest/' target='_blank'>Kornia Docs</a> | <a href='https://github.com/kornia/kornia' target='_blank'>Kornia Github Repo</a> | <a href='https://kornia-tutorials.readthedocs.io/en/latest/filtering_edges.html' target='_blank'>Kornia Edge Detection Tutorial</a></p>"
61
 
62
  iface = gr.Interface(edge_detection,
63
  [
 
55
 
56
 
57
 
58
+ title = "Basic Image Processing for Medical Imaging"
59
+ description = "Created by <p style='text-align: center'>Ini adalah contoh Image Processing dasar yang dapat diterapkan pada citra medis.</p><p style='text-align: center'>Untuk menggunakannya, cukup upload citra yang akan diolah atau pilih citra contoh di bawah, kemudian tentukan metode pengolahan citra yang ingin diterapkan.</p>"
60
+ article = "<p style='text-align: center'><a href='http://mahaseenlab.com/' target='_blank'>MahaseenLab</a> | <a href='http://mahasin.tech/' target='_blank'>Mahasin Projects</a>"
61
 
62
  iface = gr.Interface(edge_detection,
63
  [