arcsu1 commited on
Commit
4504f1d
·
1 Parent(s): ea727f6
Files changed (1) hide show
  1. static/chatbot.js +0 -1
static/chatbot.js CHANGED
@@ -18,7 +18,6 @@ async function generate() {
18
  document.getElementById('content').appendChild(userP);
19
 
20
  link = 'https://arcsu1-fine-tuned-models.hf.space/generate'
21
- link = 'http://127.0.0.1:8000/generate';
22
 
23
  const response = await fetch(link, {
24
  method: 'POST', // Method type
 
18
  document.getElementById('content').appendChild(userP);
19
 
20
  link = 'https://arcsu1-fine-tuned-models.hf.space/generate'
 
21
 
22
  const response = await fetch(link, {
23
  method: 'POST', // Method type