Spaces:
Sleeping
Sleeping
Commit
·
15fd379
1
Parent(s):
8c5fdf0
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -22,6 +22,6 @@ async def main():
|
|
22 |
async def synthesize_video_url(video: VideoURL):
|
23 |
return handle_url(video.url, video.from_lang, video.to_lang, video.gender)
|
24 |
|
25 |
-
@app.post("/
|
26 |
async def test(video: VideoURL):
|
27 |
return test_response()
|
|
|
22 |
async def synthesize_video_url(video: VideoURL):
|
23 |
return handle_url(video.url, video.from_lang, video.to_lang, video.gender)
|
24 |
|
25 |
+
@app.post("/test")
|
26 |
async def test(video: VideoURL):
|
27 |
return test_response()
|