Severian commited on
Commit
453d833
·
1 Parent(s): b9f1a17

Update speech-to-text.html

Browse files
Files changed (1) hide show
  1. speech-to-text.html +6 -5
speech-to-text.html CHANGED
@@ -56,7 +56,7 @@
56
  </head>
57
  <body>
58
  <header>
59
- <h1>Tasks AI - Speech-to-Text</h1>
60
  </header>
61
  <a class="button" href="/">Home</a>
62
  <a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
@@ -64,11 +64,12 @@
64
  <a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
65
  <script
66
  type="module"
67
- src="https://gradio.s3-us-west-2.amazonaws.com/3.40.1/gradio.js"
68
- ></script>
69
- <gradio-app src="https://tasks-ai-speech-to-text.hf.space"></gradio-app>
 
70
  <footer>
71
- <p>©️ OpenSkyML</p>
72
  </footer>
73
  <script>
74
  function openLink(url) {
 
56
  </head>
57
  <body>
58
  <header>
59
+ <h1>A N I M A - Speech-to-Text</h1>
60
  </header>
61
  <a class="button" href="/">Home</a>
62
  <a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
 
64
  <a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
65
  <script
66
  type="module"
67
+ <script
68
+ type="module"
69
+ src="https://gradio.s3-us-west-2.amazonaws.com/3.50.2/gradio.js"></script>
70
+ <gradio-app src="https://severian-speech-to-text.hf.space"></gradio-app>
71
  <footer>
72
+ <p>©️ ANIMA</p>
73
  </footer>
74
  <script>
75
  function openLink(url) {