Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,6 @@ interface = gr.Interface(fn=call_our_KNN,
|
|
| 149 |
examples = sample_images,
|
| 150 |
title="CSCI4750/5750 Demo 1: Digit classification using KNN algorithm",
|
| 151 |
description= "Click examples below for a quick demo",
|
| 152 |
-
theme = 'huggingface'
|
| 153 |
-
layout = 'vertical'
|
| 154 |
)
|
| 155 |
interface.launch(debug=True)
|
|
|
|
| 149 |
examples = sample_images,
|
| 150 |
title="CSCI4750/5750 Demo 1: Digit classification using KNN algorithm",
|
| 151 |
description= "Click examples below for a quick demo",
|
| 152 |
+
theme = 'huggingface'
|
|
|
|
| 153 |
)
|
| 154 |
interface.launch(debug=True)
|