Paul Babu Kadali commited on
Commit
e4d5ebe
·
1 Parent(s): 2740240

removed gradio from reqs as hf isntalls it in container by itself

Browse files
Files changed (2) hide show
  1. requirements.txt +0 -3
  2. server.py +1 -1
requirements.txt CHANGED
@@ -17,12 +17,9 @@ fastapi==0.137.1
17
  filelock==3.29.4
18
  fonttools==4.63.0
19
  fsspec==2026.4.0
20
- gradio==6.18.0
21
- gradio_client==2.5.0
22
  graphviz==0.21
23
  groovy==0.1.2
24
  h11==0.16.0
25
- hf-gradio==0.4.1
26
  hf-xet==1.5.1
27
  httpcore==1.0.9
28
  httpx==0.28.1
 
17
  filelock==3.29.4
18
  fonttools==4.63.0
19
  fsspec==2026.4.0
 
 
20
  graphviz==0.21
21
  groovy==0.1.2
22
  h11==0.16.0
 
23
  hf-xet==1.5.1
24
  httpcore==1.0.9
25
  httpx==0.28.1
server.py CHANGED
@@ -883,5 +883,5 @@ if __name__ == "__main__":
883
  server_name=host,
884
  server_port=port,
885
  show_error=True,
886
- ssr_mode=False,
887
  )
 
883
  server_name=host,
884
  server_port=port,
885
  show_error=True,
886
+ # ponytail: ssr_mode=False broke asset serving in Gradio 6.x (404 on .js/.css)
887
  )