Spaces:
Running
Running
DeepLearning101
commited on
Commit
•
bd4d985
1
Parent(s):
3f58574
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
aiohttp
|
3 |
+
pydantic<2.0
|
4 |
+
fastapi==0.95.2
|
5 |
+
starlette==0.27.0
|