Spaces:
Runtime error
Runtime error
hamdanhh07
commited on
Commit
•
cd0f0a9
1
Parent(s):
ae988c4
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ def query(filename):
|
|
17 |
return response.json()
|
18 |
|
19 |
title = "COVID-19 Detection in Ultrasound Imagery Using Artificial intelligent Methods"
|
20 |
-
description = "[Trained on
|
21 |
|
22 |
gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)
|
|
|
17 |
return response.json()
|
18 |
|
19 |
title = "COVID-19 Detection in Ultrasound Imagery Using Artificial intelligent Methods"
|
20 |
+
description = "[Trained on 500 data using Hugging Face dataset."
|
21 |
|
22 |
gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)
|