Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,8 @@ interface = gr.Interface(fn=classify_image,
|
|
| 18 |
inputs="sketchpad",
|
| 19 |
outputs=label,
|
| 20 |
capture_session="True",
|
| 21 |
-
title = "Digits Classification",
|
|
|
|
| 22 |
description = "This is a machine learning model which can classify the hand written digits from 0-9.")
|
| 23 |
|
| 24 |
# Launch
|
|
|
|
| 18 |
inputs="sketchpad",
|
| 19 |
outputs=label,
|
| 20 |
capture_session="True",
|
| 21 |
+
# title = "Digits Classification",
|
| 22 |
+
title = "Under Maintenance",
|
| 23 |
description = "This is a machine learning model which can classify the hand written digits from 0-9.")
|
| 24 |
|
| 25 |
# Launch
|