wendru18 commited on
Commit
82b16a0
·
1 Parent(s): 68fa535

updated readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Ask Youtube Gpt
3
  emoji: 📺
4
  colorFrom: white
5
  colorTo: red
 
1
  ---
2
+ title: Ask Youtube GPT
3
  emoji: 📺
4
  colorFrom: white
5
  colorTo: red
app.py CHANGED
@@ -285,10 +285,10 @@ title = "Ask YouTube GPT 📺"
285
 
286
  with gr.Blocks() as demo:
287
 
288
- gr.Markdown(f'<center><h1>{title}</h1></center>')
289
- gr.Markdown(f'Ask YouTube GPT allows you to ask questions about a set of YouTube Videos using Topic Segmentation, Universal Sentence Encoding, and Open AI. It does not use the video/s itself, but rather the transcript/s of such video/s. The returned response cites the video title, author and timestamp in square brackets where the information is located, adding credibility to the responses and helping you locate incorrect information. If you need one, get your Open AI API key <a href="https://platform.openai.com/account/api-keys">here</a>.</p>\n\n### Latest Update (01/05/23)\n> Specifying the set of YouTube videos has now been made optional. Instead you can simply specify a question and the number of videos to retrieve from YouTube.')
290
-
291
  with gr.Row():
 
 
 
292
 
293
  with gr.Group():
294
 
 
285
 
286
  with gr.Blocks() as demo:
287
 
 
 
 
288
  with gr.Row():
289
+
290
+ gr.Markdown(f'<center><h1>{title}</h1></center>')
291
+ gr.Markdown(f'Ask YouTube GPT allows you to ask questions about a set of YouTube Videos using Topic Segmentation, Universal Sentence Encoding, and Open AI. It does not use the video/s itself, but rather the transcript/s of such video/s. The returned response cites the video title, author and timestamp in square brackets where the information is located, adding credibility to the responses and helping you locate incorrect information. If you need one, get your Open AI API key <a href="https://platform.openai.com/account/api-keys">here</a>.</p>\n\n### Latest Update (01/05/23)\n> Specifying the set of YouTube videos has now been made optional. Instead you can simply specify a question and the number of videos to retrieve from YouTube.')
292
 
293
  with gr.Group():
294