Docfile commited on
Commit
a9e751b
·
verified ·
1 Parent(s): f92563c

Update index.html

Browse files
Files changed (1) hide show
  1. 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/2bkx7/");
 
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();