Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -3,6 +3,8 @@ from fastapi.responses import StreamingResponse
|
|
3 |
import os
|
4 |
import io
|
5 |
|
|
|
|
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Define the directory to store uploaded files
|
|
|
3 |
import os
|
4 |
import io
|
5 |
|
6 |
+
f = open("aa.txt","w")
|
7 |
+
|
8 |
app = FastAPI()
|
9 |
|
10 |
# Define the directory to store uploaded files
|