Update app.yaml
Browse files
app.yaml
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
sdk:
|
2 |
base_image: python:3.10
|
3 |
build_commands:
|
4 |
-
- pip install -r requirements-
|
5 |
python_packages:
|
|
|
6 |
- gradio>=4.0.0
|
7 |
- huggingface_hub>=0.19.0
|
8 |
- requests>=2.31.0
|
|
|
1 |
sdk:
|
2 |
base_image: python:3.10
|
3 |
build_commands:
|
4 |
+
- pip install -r requirements-gpt4o.txt
|
5 |
python_packages:
|
6 |
+
- openai>=1.0.
|
7 |
- gradio>=4.0.0
|
8 |
- huggingface_hub>=0.19.0
|
9 |
- requests>=2.31.0
|