ghostsInTheMachine commited on
Commit
012b840
·
verified ·
1 Parent(s): 132dae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(css=custom_css, theme=WhiteTheme()) as demo:
213
  </div>
214
  <script>
215
  (function() {
216
- const text = "video";
217
  const typedTextSpan = document.getElementById("typed-text");
218
  let charIndex = 0;
219
 
 
213
  </div>
214
  <script>
215
  (function() {
216
+ const text = "image";
217
  const typedTextSpan = document.getElementById("typed-text");
218
  let charIndex = 0;
219