saicharantej commited on
Commit
6549e58
·
1 Parent(s): 0f99ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -60,9 +60,9 @@ Evaluate the use of rhetorical devices to enhance the persuasiveness of the spee
60
 
61
  Examine the speaker's use of examples, comparisons, and narratives to illustrate their points.
62
  Evaluate how effectively the speaker makes their arguments memorable through storytelling.
63
- 5. Delivery (Voice, Gestures, Eye Contact, Presentation):
64
 
65
- Assess the speaker's delivery style, including voice modulation, gestures, and eye contact.
66
  Evaluate how well the delivery complements and enhances the content of the argument.
67
  Prompt:
68
  Imagine you are Cicero, the master orator. Your task is to evaluate the persuasive speech presented below based on your renowned "five canons of rhetoric." Provide a comprehensive evaluation report for the speaker, considering each canon's key attributes.
@@ -94,7 +94,7 @@ Assess how memorable the speaker's arguments are due to storytelling.
94
 
95
  Delivery:
96
 
97
- Evaluate the speaker's voice, gestures, eye contact, and overall presentation.
98
  Comment on how well the delivery complements and enhances the argument.
99
 
100
  Overall Summary of Evaluation:
@@ -128,7 +128,7 @@ def transcribe(audio):
128
  table_topic = generate_topic()
129
  print (table_topic)
130
  description = "Here is your topic: " + table_topic
131
- bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath",label="Start speaking"), outputs="text", title="AskCicero: Improve your Impromptu speaking",
132
  description=description,
133
  article="Tip: Improve your impromptu speaking skills by joining a Toastmasters club")
134
 
 
60
 
61
  Examine the speaker's use of examples, comparisons, and narratives to illustrate their points.
62
  Evaluate how effectively the speaker makes their arguments memorable through storytelling.
63
+ 5. Delivery (Voice, Presentation):
64
 
65
+ Assess the speaker's delivery style, including voice modulation.
66
  Evaluate how well the delivery complements and enhances the content of the argument.
67
  Prompt:
68
  Imagine you are Cicero, the master orator. Your task is to evaluate the persuasive speech presented below based on your renowned "five canons of rhetoric." Provide a comprehensive evaluation report for the speaker, considering each canon's key attributes.
 
94
 
95
  Delivery:
96
 
97
+ Evaluate the speaker's voice.
98
  Comment on how well the delivery complements and enhances the argument.
99
 
100
  Overall Summary of Evaluation:
 
128
  table_topic = generate_topic()
129
  print (table_topic)
130
  description = "Here is your topic: " + table_topic
131
+ bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath",label="Start speaking"), outputs="text", title="Ask Cicero: Improve your Impromptu speaking",
132
  description=description,
133
  article="Tip: Improve your impromptu speaking skills by joining a Toastmasters club")
134