Spaces:
Runtime error
Runtime error
Commit
·
0ded8d4
1
Parent(s):
0495624
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,6 @@ def read_root():
|
|
| 29 |
|
| 30 |
@app.post("/sync")
|
| 31 |
def sync():
|
| 32 |
-
sync_rooms_to_dataset()
|
| 33 |
return "Synced data to huggingface datasets"
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
@app.post("/sync")
|
| 31 |
def sync():
|
|
|
|
| 32 |
return "Synced data to huggingface datasets"
|
| 33 |
|
| 34 |
|