Abid Ali Awan Codex commited on
Commit
0661c20
·
1 Parent(s): 5b5bd2a

Update Gradio Space runtime

Browse files

Use Gradio 6.17.3 from the Space SDK configuration and keep only the direct OpenAI dependency in requirements.

Co-authored-by: Codex <codex@openai.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +0 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📬
4
  colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 6.16.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 6.17.3
8
  app_file: app.py
9
  pinned: true
10
  license: mit
requirements.txt CHANGED
@@ -1,3 +1 @@
1
- gradio==6.16.0
2
  openai==2.33.0
3
- huggingface_hub==1.18.0
 
 
1
  openai==2.33.0