Spaces:
Running
Running
IFMedTech
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
| 43 |
fn=predict_image,
|
| 44 |
inputs=gr.Image(type="pil"),
|
| 45 |
outputs="text", # Output will be text listing
|
| 46 |
-
title="
|
| 47 |
description="Upload an image to predict its class."
|
| 48 |
)
|
| 49 |
|
|
|
|
| 43 |
fn=predict_image,
|
| 44 |
inputs=gr.Image(type="pil"),
|
| 45 |
outputs="text", # Output will be text listing
|
| 46 |
+
title="Dental Classifier",
|
| 47 |
description="Upload an image to predict its class."
|
| 48 |
)
|
| 49 |
|