Spaces:
Sleeping
Sleeping
Update slapp.py
Browse files
slapp.py
CHANGED
|
@@ -35,6 +35,4 @@ async def predict_transaction(data: dict):
|
|
| 35 |
def run_fastapi():
|
| 36 |
uvicorn.run(app)
|
| 37 |
|
| 38 |
-
|
| 39 |
-
thread = threading.Thread(target=run_fastapi, daemon=True)
|
| 40 |
-
thread.start()
|
|
|
|
| 35 |
def run_fastapi():
|
| 36 |
uvicorn.run(app)
|
| 37 |
|
| 38 |
+
|
|
|
|
|
|