Abijith commited on
Commit
953282b
1 Parent(s): a38d1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,4 +149,4 @@ demo = gr.Interface(fn=inference_scribble,
149
  "./cardamage_example/0206.JPEG"
150
  ]
151
  )
152
- demo.launch(cache_examples=True)
 
149
  "./cardamage_example/0206.JPEG"
150
  ]
151
  )
152
+ demo.launch(enable_queue=False)