Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ def transcribe_video(d_id_key: str, elv_key: str, full_text: str):
|
|
11 |
|
12 |
return segments
|
13 |
|
14 |
-
|
|
|
15 |
demo = gr.Interface(fn=transcribe_video, inputs=[
|
16 |
gr.Textbox(label="D-Id API Key",placeholder="Paste your D-Id",type='password'),
|
17 |
gr.Textbox(label="Elevenlabs API Keys",placeholder="Paste Elevenlabs",type='password'),
|
|
|
11 |
|
12 |
return segments
|
13 |
|
14 |
+
examples = [["abcdefghijkadadasdasdasdasdasddad", "abcdefghijkadadasdasdasdasdasddad","Good morning, it's great to see you! I hope you're having a wonderful day. I just wanted to say thank you for taking the time to speak with me. Is there anything new or exciting happening in your life? I'd love to hear about it. Let's catch up soon!",
|
15 |
+
"./hero.webp"],
|
16 |
demo = gr.Interface(fn=transcribe_video, inputs=[
|
17 |
gr.Textbox(label="D-Id API Key",placeholder="Paste your D-Id",type='password'),
|
18 |
gr.Textbox(label="Elevenlabs API Keys",placeholder="Paste Elevenlabs",type='password'),
|