hamdanhh07 commited on
Commit
a6a6175
1 Parent(s): 81185b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -15,6 +15,8 @@ example_list = [['examples/cov1.png'],
15
  ['examples/nor2.jpg'],
16
  ['examples/penu1.jpg'],
17
  ['examples/penu2.jpg']]
 
 
18
  app = gr.Blocks()
19
  with app:
20
 
@@ -36,12 +38,11 @@ with app:
36
  </p>
37
  """
38
  )
39
- gr.title = "COVID-19 Detection in Ultrasound Imagery Using Artificial intelligent Methods"
40
- gr.description = "[Trained on 500 data using Hugging Face dataset."
41
 
42
 
43
 
44
 
45
 
46
-
47
  app.launch(debug=False,share=False)
 
15
  ['examples/nor2.jpg'],
16
  ['examples/penu1.jpg'],
17
  ['examples/penu2.jpg']]
18
+ title = "COVID-19 Detection in Ultrasound Imagery Using Artificial intelligent Methods"
19
+ description = "[Trained on 500 data using Hugging Face dataset."
20
  app = gr.Blocks()
21
  with app:
22
 
 
38
  </p>
39
  """
40
  )
41
+
 
42
 
43
 
44
 
45
 
46
 
47
+ gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)
48
  app.launch(debug=False,share=False)