()
| 1 | function switch_to_temporal_kit() { |
| 2 | gradioApp().querySelector('#tabs').querySelectorAll('button')[6].click(); |
| 3 | // gradioApp().getElementById('TemporalKit').querySelectorAll('button')[0].click(); |
| 4 | } |
| 5 | |
| 6 | function switch_to_temporal_kit_final2() { |
| 7 | // Get the current image source |
nothing calls this directly
no outgoing calls
no test coverage detected