Spaces:
Sleeping
Sleeping
Update main.html
Browse files
main.html
CHANGED
@@ -77,7 +77,7 @@
|
|
77 |
var requestBody = {
|
78 |
prompt: message
|
79 |
};
|
80 |
-
fetch('
|
81 |
method: 'POST',
|
82 |
headers: {
|
83 |
'Content-Type': 'application/json',
|
|
|
77 |
var requestBody = {
|
78 |
prompt: message
|
79 |
};
|
80 |
+
fetch('https://bpandey23-bpandey23-llm.hf.space/bpandey23_llm', {
|
81 |
method: 'POST',
|
82 |
headers: {
|
83 |
'Content-Type': 'application/json',
|