quchenyuan commited on
Commit
fcbfb01
·
verified ·
1 Parent(s): 0a4a4f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)