Spaces:
Running
Running
Commit ·
12b7639
1
Parent(s): d040477
commit 2
Browse files- src/FileUploadForm.js +1 -1
src/FileUploadForm.js
CHANGED
|
@@ -22,7 +22,7 @@ const FileUploadForm = () => {
|
|
| 22 |
try {
|
| 23 |
setLoading(true);
|
| 24 |
const response = await axios.post(
|
| 25 |
-
"https://
|
| 26 |
formData,
|
| 27 |
{
|
| 28 |
responseType: "blob", // important for zip file
|
|
|
|
| 22 |
try {
|
| 23 |
setLoading(true);
|
| 24 |
const response = await axios.post(
|
| 25 |
+
"https://fredericksundeep-aichatmatedev.hf.space/chat-stream-doc", // ✅ Update to actual URL
|
| 26 |
formData,
|
| 27 |
{
|
| 28 |
responseType: "blob", // important for zip file
|