Spaces:
Runtime error
Runtime error
Commit
·
7f52a6d
1
Parent(s):
2b696a2
Update main.py
Browse files
main.py
CHANGED
|
@@ -114,5 +114,5 @@ async def webhook(request: Request):
|
|
| 114 |
print("Webhook received!")
|
| 115 |
train()
|
| 116 |
find_samples_to_label()
|
| 117 |
-
return "
|
| 118 |
|
|
|
|
| 114 |
print("Webhook received!")
|
| 115 |
train()
|
| 116 |
find_samples_to_label()
|
| 117 |
+
return "Model trained!"
|
| 118 |
|