Spaces:
Runtime error
Runtime error
ahmadalfian
commited on
Commit
•
6fdffd4
1
Parent(s):
781371b
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio==3.1.0
|
2 |
-
torch==1.12.0
|
3 |
-
transformers==4.20.0
|
4 |
-
requests==2.28.1
|
5 |
-
Pillow==9.1.0
|
|
|
|
1 |
+
gradio==3.1.0 # Versi stabil Gradio
|
2 |
+
torch==1.12.0 # Versi stabil untuk PyTorch
|
3 |
+
transformers==4.20.0 # Versi stabil untuk Transformers
|
4 |
+
requests==2.28.1 # Versi stabil untuk Requests
|
5 |
+
Pillow==9.1.0 # Versi stabil untuk Pillow
|
6 |
+
httpx==0.23.3 # Versi stabil untuk httpx
|