Spaces:
Running
Running
update url
Browse files- src/App.jsx +1 -1
src/App.jsx
CHANGED
|
@@ -15,7 +15,7 @@ function App() {
|
|
| 15 |
const [errorMessage, setErrorMessage] = useState(null);
|
| 16 |
const audioRef = useRef(null);
|
| 17 |
|
| 18 |
-
const url = "https://sebastianschramm-
|
| 19 |
|
| 20 |
// Function to handle showing error messages and resetting the state
|
| 21 |
const showError = (message) => {
|
|
|
|
| 15 |
const [errorMessage, setErrorMessage] = useState(null);
|
| 16 |
const audioRef = useRef(null);
|
| 17 |
|
| 18 |
+
const url = "https://sebastianschramm-cozytales-backend.hf.space/genemotionfast/";
|
| 19 |
|
| 20 |
// Function to handle showing error messages and resetting the state
|
| 21 |
const showError = (message) => {
|