Spaces:
Running
Running
lalashechka
commited on
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -36,8 +36,8 @@ button#component-16 {
|
|
36 |
const callback41354 = function(mutationsList, observer) {
|
37 |
for(let mutation of mutationsList) {
|
38 |
if (mutation.type === 'childList') {
|
39 |
-
const
|
40 |
-
const targetDiv41354 =
|
41 |
|
42 |
const imgSrc = "http://localhost:7860/file=/tmp/gradio/85f0a75404f6d0ad5e6757284382fd4e388e091f/frog.png";
|
43 |
const newSrc = "https://myneuralnetworks.ru/static/img/shark.png";
|
@@ -61,8 +61,8 @@ button#component-16 {
|
|
61 |
const callback4135 = function(mutationsList, observer) {
|
62 |
for(let mutation of mutationsList) {
|
63 |
if (mutation.type === 'childList') {
|
64 |
-
const
|
65 |
-
const targetDiv4135 =
|
66 |
const targetSpan4135 = targetDiv4135.querySelector('label[data-testid="block-label"]');
|
67 |
targetSpan4135.textContent = "Скачать результат:";
|
68 |
observer.disconnect(); // Останавливаем наблюдение после изменения
|
|
|
36 |
const callback41354 = function(mutationsList, observer) {
|
37 |
for(let mutation of mutationsList) {
|
38 |
if (mutation.type === 'childList') {
|
39 |
+
const grApp41354 = document.getElementById('ga33');
|
40 |
+
const targetDiv41354 = grApp41354.querySelector('#component-5');
|
41 |
|
42 |
const imgSrc = "http://localhost:7860/file=/tmp/gradio/85f0a75404f6d0ad5e6757284382fd4e388e091f/frog.png";
|
43 |
const newSrc = "https://myneuralnetworks.ru/static/img/shark.png";
|
|
|
61 |
const callback4135 = function(mutationsList, observer) {
|
62 |
for(let mutation of mutationsList) {
|
63 |
if (mutation.type === 'childList') {
|
64 |
+
const grApp41325 = document.getElementById('ga33');
|
65 |
+
const targetDiv4135 = grApp41325.querySelector('#component-20');
|
66 |
const targetSpan4135 = targetDiv4135.querySelector('label[data-testid="block-label"]');
|
67 |
targetSpan4135.textContent = "Скачать результат:";
|
68 |
observer.disconnect(); // Останавливаем наблюдение после изменения
|