Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ roma
|
|
11 |
jaxtyping
|
12 |
numpy==1.26.4 # Downgrade NumPy to avoid compatibility issues
|
13 |
gradio==4.44.1
|
14 |
-
gradio-client==1.3.0
|
|
|
|
11 |
jaxtyping
|
12 |
numpy==1.26.4 # Downgrade NumPy to avoid compatibility issues
|
13 |
gradio==4.44.1
|
14 |
+
gradio-client==1.3.0
|
15 |
+
fastapi==0.112.2
|