s1ri1337 commited on
Commit
9867ec6
1 Parent(s): 2c80462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import speech_recognition as sr
2
- from googletrans import Translator
3
  from httpcore import SyncHTTPProxy
 
 
4
  """
5
  http_proxy = SyncHTTPProxy((b'http', b'myproxy.com', 8080, b''))
6
  proxies = {'http': http_proxy, 'https': http_proxy }
 
1
  import speech_recognition as sr
 
2
  from httpcore import SyncHTTPProxy
3
+ from googletrans import Translator
4
+
5
  """
6
  http_proxy = SyncHTTPProxy((b'http', b'myproxy.com', 8080, b''))
7
  proxies = {'http': http_proxy, 'https': http_proxy }