Commit 2be5b4f1 authored by Devin B's avatar Devin B

hosted_url

parent d5a7607b
...@@ -8,7 +8,7 @@ import axios from 'axios'; // Import Axios ...@@ -8,7 +8,7 @@ import axios from 'axios'; // Import Axios
const Camera = ({ navigation }) => { const Camera = ({ navigation }) => {
const [cameraPhoto, setCameraPhoto] = useState(); const [cameraPhoto, setCameraPhoto] = useState();
const [galleryPhoto, setGalleryPhoto] = useState(); const [galleryPhoto, setGalleryPhoto] = useState();
const REACT_APP_API_URL='http://10.0.2.2:8000/predict'; const REACT_APP_API_URL='https://us-central1-skin-condition-detection.cloudfunctions.net/predict';
const [prediction, setPrediction] = useState(null); const [prediction, setPrediction] = useState(null);
const [photo, setPhoto] = useState(null); const [photo, setPhoto] = useState(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment