Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -31,7 +31,8 @@
|
|
31 |
document.getElementById('response').innerHTML = ''; // Effacer la réponse précédente
|
32 |
|
33 |
const question = document.getElementById('question').value;
|
34 |
-
const app = await client("https://docfile-gemi.hf.space/--replicas/
|
|
|
35 |
const result = await app.predict("/predict", [question]);
|
36 |
|
37 |
const converter = new showdown.Converter();
|
|
|
31 |
document.getElementById('response').innerHTML = ''; // Effacer la réponse précédente
|
32 |
|
33 |
const question = document.getElementById('question').value;
|
34 |
+
const app = await client("https://docfile-gemi.hf.space/--replicas/p1sej/");
|
35 |
+
|
36 |
const result = await app.predict("/predict", [question]);
|
37 |
|
38 |
const converter = new showdown.Converter();
|