zhaokeyao1 commited on
Commit ·
898e0b9
1
Parent(s): d535eff
Update js
Browse files
app.py
CHANGED
|
@@ -63,8 +63,6 @@ with gr.Blocks() as demo:
|
|
| 63 |
function update() {
|
| 64 |
document.querySelector('button.gr-button').click();
|
| 65 |
}
|
| 66 |
-
|
| 67 |
-
// js Gradio
|
| 68 |
document.addEventListener('DOMContentLoaded', (event) => {
|
| 69 |
const outputElement = document.querySelector('.gr-textbox-output');
|
| 70 |
const observer = new MutationObserver(function(mutations) {
|
|
|
|
| 63 |
function update() {
|
| 64 |
document.querySelector('button.gr-button').click();
|
| 65 |
}
|
|
|
|
|
|
|
| 66 |
document.addEventListener('DOMContentLoaded', (event) => {
|
| 67 |
const outputElement = document.querySelector('.gr-textbox-output');
|
| 68 |
const observer = new MutationObserver(function(mutations) {
|