Spaces:
Build error
Build error
Commit ·
8698c5e
1
Parent(s): b5bb8fc
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from langchain.llms import OpenAI, OpenAIChat
|
|
| 3 |
os.system("pip install -U gradio")
|
| 4 |
import sys
|
| 5 |
import radio as gr
|
| 6 |
-
cmd22 = "pip install pydantic==1.*"
|
| 7 |
|
| 8 |
cmd0 = "pip -m pip install 'https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'"
|
| 9 |
# cmd0 = "python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'"
|
|
|
|
| 3 |
os.system("pip install -U gradio")
|
| 4 |
import sys
|
| 5 |
import radio as gr
|
| 6 |
+
cmd22 = "pip install pydantic==1.*"
|
| 7 |
|
| 8 |
cmd0 = "pip -m pip install 'https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'"
|
| 9 |
# cmd0 = "python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'"
|