Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|