jayesh95 commited on
Commit
608c9a3
1 Parent(s): ddd3649

Added dependencies and removed unused imports

Browse files
Files changed (3) hide show
  1. packages.txt +2 -0
  2. requirements.txt +4 -0
  3. voice_to_qa.py +0 -4
packages.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ libsndfile1
2
+ espeak-ng
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ git+https://github.com/openai/whisper.git
2
+ torch
3
+ whisper
4
+ git+https://github.com/coqui-ai/TTS@dev#egg=TTS
voice_to_qa.py CHANGED
@@ -1,10 +1,6 @@
1
- from cProfile import label
2
- from unittest import result
3
  import gradio as gr
4
- import urllib.request
5
  import re
6
  import os
7
- import requests
8
  import torch
9
 
10
  #Speech to text
 
 
 
1
  import gradio as gr
 
2
  import re
3
  import os
 
4
  import torch
5
 
6
  #Speech to text