SebastianSchramm commited on
Commit
5892360
·
unverified ·
1 Parent(s): f99f917

update url

Browse files
Files changed (1) hide show
  1. 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-ttsfast.hf.space/genemotionfast/";
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) => {