Spaces:
Running
Running
johnpaulbin
commited on
Commit
•
5e7c8f8
1
Parent(s):
5abd3c7
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
os.environ['CURL_CA_BUNDLE'] = ''
|
7 |
|
8 |
def install_package():
|
9 |
-
command = "pip install git+https://github.com/johnpaulbin/googletranslate
|
10 |
os.system(command)
|
11 |
|
12 |
install_package()
|
|
|
6 |
os.environ['CURL_CA_BUNDLE'] = ''
|
7 |
|
8 |
def install_package():
|
9 |
+
command = "pip install git+https://github.com/johnpaulbin/googletranslate"
|
10 |
os.system(command)
|
11 |
|
12 |
install_package()
|