somuch4subtlety commited on
Commit
69e3eb0
·
1 Parent(s): 074a0a4

fix readme

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  This app uses semantic search to find and summarize relevant sections of the Pogcast to answer a user's question.
2
 
3
  The process began by downloading and transcribing Pogcast episodes using [OpenAI’s Whisper](https://github.com/openai/whisper).
 
1
+ ---
2
+ title: PogcastGPT
3
+ emoji: 💻
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: 1.10.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+
13
  This app uses semantic search to find and summarize relevant sections of the Pogcast to answer a user's question.
14
 
15
  The process began by downloading and transcribing Pogcast episodes using [OpenAI’s Whisper](https://github.com/openai/whisper).