File size: 481 Bytes
e0b8484
 
 
fd9ab74
e0b8484
 
 
 
 
 
 
d4cf01d
 
e0b8484
 
d4cf01d
e0b8484
 
 
 
fd9ab74
e0b8484
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Core Gradio for the snazzy UI 🎨
gradio>=4.0.0

# Asyncio and WebSockets for real-time chat zapping ⚡
asyncio>=3.4.3
websockets>=10.0

# Argument parsing for bossing the app around 🛠️
argparse>=1.1

# File system fun and timestamp trickery ⏰
#os>=0.5.0
#datetime>=4.3

# Randomness for username roulette 🎲
#random>=3.2

# Uvicorn for serving up the app hot and fresh 🍳
uvicorn>=0.15.0

# Starlette for middleware magic ✨ (bundled with Gradio)
starlette>=0.27.0