Update index.js
Browse files
index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import { pipeline } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers';
|
3 |
|
4 |
const analyzeForm = document.getElementById('analyze-form');
|
|
|
1 |
+
// index.js
|
2 |
import { pipeline } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers';
|
3 |
|
4 |
const analyzeForm = document.getElementById('analyze-form');
|