Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ function readfn(inn,url) {
|
|
60 |
console.log(inn);
|
61 |
console.log(url);
|
62 |
var readit = document.getElementById("aud" + String(inn));
|
63 |
-
let
|
64 |
-
let api = url_in.replace('UUU',url);
|
65 |
console.log(api);
|
66 |
readit.innerHTML = "";
|
67 |
const iframe = document.createElement('iframe');
|
|
|
60 |
console.log(inn);
|
61 |
console.log(url);
|
62 |
var readit = document.getElementById("aud" + String(inn));
|
63 |
+
let api = 'https://broadfield-fast-voice.hf.space/?pdfurl=' + url;
|
|
|
64 |
console.log(api);
|
65 |
readit.innerHTML = "";
|
66 |
const iframe = document.createElement('iframe');
|