Skip to content

Commit

Permalink
spelling error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-raj13 committed Jul 9, 2023
1 parent ddc38ac commit 9014436
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/textSummarizerPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function TextSummarizerPage() {
data:[methodSelection.value, languageSelection.value, sentenceCount, selectedInputType, input]
};
try {
const response = await axios.post('http://localhost:8080/run/predict', body);
const response = await axios.post('https://text-summarizer-qehl.onrender.com/run/predict', body);

setLoading(false);
setOutput(response.data);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9014436

Please sign in to comment.