Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -61,7 +61,7 @@ class EndpointHandler:
|
|
| 61 |
except Exception as e:
|
| 62 |
yield json.dumps({"error": f"Unexpected error: {e}"}) + '\n'
|
| 63 |
|
| 64 |
-
handler = EndpointHandler(model_path="
|
| 65 |
|
| 66 |
@app.post("/")
|
| 67 |
async def handle_request(file: UploadFile = File(...)):
|
|
|
|
| 61 |
except Exception as e:
|
| 62 |
yield json.dumps({"error": f"Unexpected error: {e}"}) + '\n'
|
| 63 |
|
| 64 |
+
handler = EndpointHandler(model_path="Jaykintecblic/Html")
|
| 65 |
|
| 66 |
@app.post("/")
|
| 67 |
async def handle_request(file: UploadFile = File(...)):
|