shangeth commited on
Commit
477312d
1 Parent(s): 3e30f71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -80,13 +80,14 @@ model.generate_meta(
80
 
81
  # Model Generation
82
  '''
83
- { "SpeechActivity" : "True",
 
84
  "Transcript": "Yes, I got it. I'll make the payment now.",
85
  "Gender": "Female",
86
  "Emotion": "Neutral",
87
  "Age": "Young",
88
- "Accent" : "America",
89
- }
90
  '''
91
  ```
92
 
 
80
 
81
  # Model Generation
82
  '''
83
+ {
84
+ "SpeechActivity" : "True",
85
  "Transcript": "Yes, I got it. I'll make the payment now.",
86
  "Gender": "Female",
87
  "Emotion": "Neutral",
88
  "Age": "Young",
89
+ "Accent" : "America",
90
+ }
91
  '''
92
  ```
93