hamdanhh07 commited on
Commit
7ac5633
β€’
1 Parent(s): 0566ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ example_list = [['examples/cov1.png'],
6
  ['examples/penu1.jpg'],
7
  ['examples/penu2.jpg']]
8
 
9
- title = "License plate reader 🚌"
10
  description = "[Trained on european car plates] Identifies the license plate, cuts and displays it, and converts it into text. An image with higher resolution and clearer license plate will have a better accuracy."
11
 
12
  gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)
 
6
  ['examples/penu1.jpg'],
7
  ['examples/penu2.jpg']]
8
 
9
+ title = "COVID-19 Detection in Ultrasound Imagery Using Artificial intelligent Methods"
10
  description = "[Trained on european car plates] Identifies the license plate, cuts and displays it, and converts it into text. An image with higher resolution and clearer license plate will have a better accuracy."
11
 
12
  gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)