bstraehle commited on
Commit
ef1f591
·
1 Parent(s): c2ac894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ description = """<strong>Overview:</strong> The app demonstrates how to use a <s
94
  </ul>\n\n
95
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API via AI-first
96
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='""" + WEB_URL + """'>GPT-4</a> foundation model and AI-native
97
- <a href='https://www.trychroma.com/'>Chroma</a> embedding database. YouTube speech-to-text via <a hre='https://openai.com/research/whisper'>Whisper</a>
98
  foundation model."""
99
 
100
  gr.close_all()
 
94
  </ul>\n\n
95
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API via AI-first
96
  <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='""" + WEB_URL + """'>GPT-4</a> foundation model and AI-native
97
+ <a href='https://www.trychroma.com/'>Chroma</a> embedding database. Speech-to-text via <a href='https://openai.com/research/whisper'>Whisper</a>
98
  foundation model."""
99
 
100
  gr.close_all()