diff --git a/.gitignore b/.gitignore index dc583c1..3e6efcc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ yarn-error.log* .vercel /image_proc_server/__pycache__ +image_proc_server/imgproc/ \ No newline at end of file diff --git a/components/textinput.js b/components/textinput.js index 1cad6ad..24fdf9f 100644 --- a/components/textinput.js +++ b/components/textinput.js @@ -13,7 +13,7 @@ function TextInput({ onTextChange }) { return (
Loading...
):(<>>) - } - - - - -status: {prediction.status}
+ + > + ) : ( + <>> + )} + { + isLoadingVisible? + (Loading...
):(<>>) + } +