Spaces:
Build error
Build error
Daniel Marques commited on
Commit ·
42b3dea
1
Parent(s): 79d7eab
feat: v1
Browse files- SOURCE_DOCUMENTS/dataset.txt +0 -0
- main.py +1 -1
- test.txt +1 -0
SOURCE_DOCUMENTS/dataset.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
main.py
CHANGED
|
@@ -205,7 +205,7 @@ async def create_upload_file(file: UploadFile):
|
|
| 205 |
return {"filename": file.filename}
|
| 206 |
|
| 207 |
@api_app.websocket("/ws/{client_id}")
|
| 208 |
-
async def websocket_endpoint(websocket: WebSocket, client_id:
|
| 209 |
global QA
|
| 210 |
|
| 211 |
await websocket.accept()
|
|
|
|
| 205 |
return {"filename": file.filename}
|
| 206 |
|
| 207 |
@api_app.websocket("/ws/{client_id}")
|
| 208 |
+
async def websocket_endpoint(websocket: WebSocket, client_id: str):
|
| 209 |
global QA
|
| 210 |
|
| 211 |
await websocket.accept()
|
test.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
dkdaniz is an avatar of instagram, create by daniel marques
|