Spaces:
Runtime error
Runtime error
product2204
commited on
Commit
•
4922212
1
Parent(s):
43ecebd
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
|
|
67 |
fn=process_video,
|
68 |
inputs=["text", "text"], # Accept video URL and API key as inputs
|
69 |
outputs="text",
|
70 |
-
examples=["https://www.youtube.com/watch?v=jwjjWHzEaJc", "Deepgram API Key"],
|
71 |
|
72 |
title="Video to Text Transcription",
|
73 |
description="Enter a YouTube video URL and your Deepgram API key to extract audio and transcribe it."
|
|
|
67 |
fn=process_video,
|
68 |
inputs=["text", "text"], # Accept video URL and API key as inputs
|
69 |
outputs="text",
|
70 |
+
examples=[["https://www.youtube.com/watch?v=jwjjWHzEaJc", "Deepgram API Key"]],
|
71 |
|
72 |
title="Video to Text Transcription",
|
73 |
description="Enter a YouTube video URL and your Deepgram API key to extract audio and transcribe it."
|