Siddhant commited on
Commit
5e6b5bb
1 Parent(s): 3840856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -97,9 +97,9 @@ def synthesise(text):
97
 
98
 
99
  if __name__ == "__main__":
100
- launch_fn()
101
- transcription = transcribe()
102
- response = query(transcription)
103
- audio = synthesise(response)
104
 
105
- Audio(audio, rate=16000, autoplay=True)
 
97
 
98
 
99
  if __name__ == "__main__":
100
+ launch_fn(debug=True)
101
+ # transcription = transcribe()
102
+ # response = query(transcription)
103
+ # audio = synthesise(response)
104
 
105
+ # Audio(audio, rate=16000, autoplay=True)