pradyML commited on
Commit
fdf08a1
·
1 Parent(s): 3d73110
Files changed (1) hide show
  1. environment.yml +1 -1
environment.yml CHANGED
@@ -23,7 +23,7 @@ dependencies:
23
  # Python packages best installed via pip, often due to faster updates or complex interdependencies
24
  - pip:
25
  - gradio==3.50.2 # <--- New Gradio version
26
- - gradio_client==0.10.1 # <--- Compatible client version
27
  - fastapi==0.95.0 # <--- Compatible FastAPI version
28
  - uvicorn>=0.14.0 # Uvicorn is generally flexible
29
  - starlette==0.27.0 # <--- Compatible Starlette version
 
23
  # Python packages best installed via pip, often due to faster updates or complex interdependencies
24
  - pip:
25
  - gradio==3.50.2 # <--- New Gradio version
26
+ # - gradio_client==0.10.1 # <--- Compatible client version
27
  - fastapi==0.95.0 # <--- Compatible FastAPI version
28
  - uvicorn>=0.14.0 # Uvicorn is generally flexible
29
  - starlette==0.27.0 # <--- Compatible Starlette version