svjack commited on
Commit
4390d85
·
verified ·
1 Parent(s): c6f93f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -9,4 +9,7 @@ omegaconf
9
  einops
10
  roma
11
  jaxtyping
12
- numpy<2 # Downgrade NumPy to avoid compatibility issues
 
 
 
 
9
  einops
10
  roma
11
  jaxtyping
12
+ numpy<2 # Downgrade NumPy to avoid compatibility issues
13
+
14
+ gradio
15
+ httpx[socks]