yama commited on
Commit
cac804f
·
1 Parent(s): 427351c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -331,7 +331,7 @@ with demo:
331
  examples = gr.Examples(examples=
332
  ["https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
333
  "https://www.youtube.com/watch?v=-UX0X45sYe4",
334
- "https://www.youtube.com/watch?v=7minSgqi-Gw"],
335
  label="Examples", inputs=[youtube_url_in])
336
 
337
  with gr.Row():
@@ -375,6 +375,11 @@ with demo:
375
 
376
  with gr.Row():
377
  with gr.Column():
 
 
 
 
 
378
  openai_key_in.render()
379
  openai_prompt_in.render()
380
  openai_summary_btn = gr.Button("Evaluate and analyze transcription content")
 
331
  examples = gr.Examples(examples=
332
  ["https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
333
  "https://www.youtube.com/watch?v=-UX0X45sYe4",
334
+ "https://www.youtube.com/watch?v=REMyAsPC2So"],
335
  label="Examples", inputs=[youtube_url_in])
336
 
337
  with gr.Row():
 
375
 
376
  with gr.Row():
377
  with gr.Column():
378
+ gr.Markdown('''
379
+ From here, you can perform an evaluation analysis based on the transcription done using ChatGPT.
380
+ Feel free to change the prompt as needed.
381
+ Depending on the prompt, you can generate a summary of the conversation or an action list.
382
+ ''')
383
  openai_key_in.render()
384
  openai_prompt_in.render()
385
  openai_summary_btn = gr.Button("Evaluate and analyze transcription content")