Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -38,7 +38,7 @@ share_js = """async () => {
|
|
38 |
|
39 |
const gradioEl = document.querySelector('body > gradio-app');
|
40 |
|
41 |
-
const whisper_input = gradioEl.querySelector('#text_inp').value;
|
42 |
|
43 |
const outputVideo = gradioEl.querySelector('#video_out video');
|
44 |
const outputVideo_src = gradioEl.querySelector('#video_out video').src;
|
|
|
38 |
|
39 |
const gradioEl = document.querySelector('body > gradio-app');
|
40 |
|
41 |
+
const whisper_input = gradioEl.querySelector('#text_inp > textarea').value;
|
42 |
|
43 |
const outputVideo = gradioEl.querySelector('#video_out video');
|
44 |
const outputVideo_src = gradioEl.querySelector('#video_out video').src;
|