Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ interface = gr.Interface(fn=call_our_KNN,
|
|
| 147 |
outputs=[set_label,set_probability,set_out_images],
|
| 148 |
examples_per_page = 2,
|
| 149 |
examples = sample_images,
|
| 150 |
-
title="
|
| 151 |
description= "Click examples below for a quick demo",
|
| 152 |
theme = 'huggingface'
|
| 153 |
)
|
|
|
|
| 147 |
outputs=[set_label,set_probability,set_out_images],
|
| 148 |
examples_per_page = 2,
|
| 149 |
examples = sample_images,
|
| 150 |
+
title="ML Demo 1: Digit classification using KNN algorithm",
|
| 151 |
description= "Click examples below for a quick demo",
|
| 152 |
theme = 'huggingface'
|
| 153 |
)
|