s1ri1337 commited on
Commit
2c80462
1 Parent(s): 199a359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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 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 }