carlosabadia commited on
Commit
4f49606
1 Parent(s): b03c53a

added cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -86,6 +86,7 @@ def interface() -> None:
86
  webcam_image_in], outputs=face_detected_webcam_out)
87
 
88
  app.launch()
 
89
 
90
 
91
  if __name__ == '__main__':
 
86
  webcam_image_in], outputs=face_detected_webcam_out)
87
 
88
  app.launch()
89
+ app.cache_examples()
90
 
91
 
92
  if __name__ == '__main__':