saritha5 commited on
Commit
a63b05d
1 Parent(s): 9d153f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ demo_app = gr.Interface(
62
  fn=occ_predict,
63
  inputs=inputs,
64
  outputs= "text",
65
- title = "Prediction of Occulded or not Occulded Image",
66
  examples = EXAMPLES,
67
  cache_example = True,
68
  live = True,
 
62
  fn=occ_predict,
63
  inputs=inputs,
64
  outputs= "text",
65
+ title = "Prediction of Occluded or not Occluded Image",
66
  examples = EXAMPLES,
67
  cache_example = True,
68
  live = True,