Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,6 @@ def download_video(uuid):
|
|
64 |
return str(storage_dir / video_filename)
|
65 |
|
66 |
|
67 |
-
# Gradio 接口函数
|
68 |
def search_and_show_video(query):
|
69 |
uuid = search_index(query)
|
70 |
video_path = download_video(uuid)
|
|
|
64 |
return str(storage_dir / video_filename)
|
65 |
|
66 |
|
|
|
67 |
def search_and_show_video(query):
|
68 |
uuid = search_index(query)
|
69 |
video_path = download_video(uuid)
|