Spaces:
Running
Running
Commit
·
4ef7d1e
1
Parent(s):
97ee9af
Add application files
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def greet(name1, name2):
|
|
31 |
return output_string, error_string
|
32 |
|
33 |
###### output_string1, error_string1= run_command("pip install optogpt")
|
34 |
-
|
35 |
# output_string2, error_string2= run_command(f"poetry run runoak set-apikey -e openai {str1}")
|
36 |
# run_command(f"poetry run runoak set-apikey -e bioportal {str2}")
|
37 |
# run_command(f"poetry run runoak set-apikey -e hfhub-key {str3}")
|
|
|
31 |
return output_string, error_string
|
32 |
|
33 |
###### output_string1, error_string1= run_command("pip install optogpt")
|
34 |
+
# output_string1, error_string1 = run_command("curl -sSL https://install.python-poetry.org | python3 -")
|
35 |
# output_string2, error_string2= run_command(f"poetry run runoak set-apikey -e openai {str1}")
|
36 |
# run_command(f"poetry run runoak set-apikey -e bioportal {str2}")
|
37 |
# run_command(f"poetry run runoak set-apikey -e hfhub-key {str3}")
|