saritha5 commited on
Commit
5946384
·
1 Parent(s): 65aaed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ demo_app = gr.Interface(
63
  inputs=inputs,
64
  outputs= "text",
65
  title = "Prediction of Occluded or not Occluded Image",
66
- gr.markdown("""
67
  #An Occlusion occurs when something has been up or blocked off
68
  #"""),
69
  examples = EXAMPLES,
 
63
  inputs=inputs,
64
  outputs= "text",
65
  title = "Prediction of Occluded or not Occluded Image",
66
+ #gr.markdown("""
67
  #An Occlusion occurs when something has been up or blocked off
68
  #"""),
69
  examples = EXAMPLES,