usmanyousaf
commited on
Commit
•
c283f42
1
Parent(s):
7ed58ab
Update spaces.yaml
Browse files- spaces.yaml +11 -1
spaces.yaml
CHANGED
@@ -1,2 +1,12 @@
|
|
|
|
1 |
sdk: fastapi
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
title: Smart-Audio-Grammar-Toolription API
|
2 |
sdk: fastapi
|
3 |
+
image: "python:3.9"
|
4 |
+
dependencies:
|
5 |
+
- fastapi
|
6 |
+
- uvicorn
|
7 |
+
- groq
|
8 |
+
- pydantic
|
9 |
+
- python-dotenv
|
10 |
+
- requests
|
11 |
+
- aiohttp
|
12 |
+
- uvicorn
|