Spaces:
Runtime error
Runtime error
hamdanhh07
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ example_list = [['examples/cov1.png'],
|
|
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/
|
|
|
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/swww/test",examples=example_list,title=title,description=description).launch(debug=False,share=False)
|