ravikagitha commited on
Commit
f5c230a
·
verified ·
1 Parent(s): 9f33ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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