Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -33,7 +33,7 @@ async def your_continuous_function():
|
|
33 |
global page
|
34 |
|
35 |
page+=1
|
36 |
-
return "model trained with new page : "+page+" data"
|
37 |
|
38 |
@app.get("/test_api")
|
39 |
async def test_api():
|
|
|
33 |
global page
|
34 |
|
35 |
page+=1
|
36 |
+
return "model trained with new page : "+str(page)+" data"
|
37 |
|
38 |
@app.get("/test_api")
|
39 |
async def test_api():
|