saritha5 commited on
Commit
3fe7e14
1 Parent(s): b4eab7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,8 +66,8 @@ demo_app = gr.Interface(
66
  title = "Prediction of Occluded or not Occluded Image",
67
  description = DESCRIPTION,
68
  examples = EXAMPLES,
69
- cache_example = True,
70
- live = True,
71
  theme = 'huggingface'
72
  )
73
- demo_app.launch(debug=True, enable_queue = True)
 
66
  title = "Prediction of Occluded or not Occluded Image",
67
  description = DESCRIPTION,
68
  examples = EXAMPLES,
69
+ #cache_example = True,
70
+ #live = True,
71
  theme = 'huggingface'
72
  )
73
+ demo_app.launch()