Spaces:
Sleeping
Sleeping
Commit
·
69c4c90
1
Parent(s):
23cf4f5
fix: minor issue
Browse files
app.py
CHANGED
@@ -22,7 +22,4 @@ app.add_middleware(
|
|
22 |
allow_credentials=True,
|
23 |
allow_methods=["*"],
|
24 |
allow_headers=["*"],
|
25 |
-
)
|
26 |
-
|
27 |
-
import uvicorn
|
28 |
-
uvicorn.run(app)
|
|
|
22 |
allow_credentials=True,
|
23 |
allow_methods=["*"],
|
24 |
allow_headers=["*"],
|
25 |
+
)
|
|
|
|
|
|