Spaces:
Running
Running
Fix Tensorflow gradio fastapi version to resolve TensorFlow dependency conflict
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,3 +7,4 @@ pillow==10.3.0
|
|
7 |
numpy==1.24.3 # Gantilah versi ini
|
8 |
python-dotenv==1.0.1
|
9 |
torch
|
|
|
|
7 |
numpy==1.24.3 # Gantilah versi ini
|
8 |
python-dotenv==1.0.1
|
9 |
torch
|
10 |
+
keras==2.10.0
|