tomriddle commited on
Commit
61866ad
1 Parent(s): e53c5ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  from tqdm import tqdm
6
 
7
 
8
- def transcribe_video(d_id_key: str, elv_key: str, full_text: str):
9
  print("Test")
10
  segments="Work In Progress"
11
 
 
5
  from tqdm import tqdm
6
 
7
 
8
+ def transcribe_video(d_id_key: str, elv_key: str, full_text: str,img):
9
  print("Test")
10
  segments="Work In Progress"
11