BATUTO-ART commited on
Commit
f202634
verified
1 Parent(s): 66870d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- # .env.production
2
- GRADIO_SERVER_NAME=0.0.0.0
3
- GRADIO_SERVER_PORT=7860
4
- GRADIO_QUEUE_MAX_SIZE=50
5
- GRADIO_CONCURRENCY_LIMIT=20
6
- LOG_LEVEL=INFO
7
- ENABLE_METRICS=true
8
- SESSION_TIMEOUT=3600
 
1
+ gradio==4.28.2
2
+ Pillow>=10.0.0
3
+ asyncio
4
+ typing-extensions>=4.0.0
5
+ httpx>=0.24.0
6
+ python-multipart>=0.0.5