No public description
PiperOrigin-RevId: 561379537
This commit is contained in:
parent
6c2638592e
commit
45b0271ded
10
mediapipe/tasks/web/vision/face_stylizer/karma.conf.ts
Normal file
10
mediapipe/tasks/web/vision/face_stylizer/karma.conf.ts
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
module.exports = config => {
|
||||||
|
config.files.push({
|
||||||
|
pattern: 'mediapipe/tasks/**',
|
||||||
|
watched: false,
|
||||||
|
served: true,
|
||||||
|
nocache: false,
|
||||||
|
included: false,
|
||||||
|
});
|
||||||
|
config.pingTimeout = 400000;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user