Spaces:
Running
Running
nonactive youtube
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(theme='NoCrypt/miku') as demo:
|
|
170 |
|
171 |
with gr.Accordion("Input"):
|
172 |
with gr.Column():
|
173 |
-
input_type = gr.Radio(["YouTube URL", "Audio File"], label="Input Type", value="Audio File", info="Please consider using the audio file if you face any issues with the YouTube URL. Currently youtube is banning HuggingFace IP Addresses.")
|
174 |
with gr.Row():
|
175 |
youtube_url = gr.Textbox(label="YouTube URL", visible=False, info="Input the full URL of the YouTube video you want to transcribe and summarize. Example: https://www.youtube.com/watch?v=VIDEO_ID")
|
176 |
audio_file = gr.File(label="Upload Audio File", visible=True, file_types=['.wav', '.flac', '.mp3'])
|
|
|
170 |
|
171 |
with gr.Accordion("Input"):
|
172 |
with gr.Column():
|
173 |
+
input_type = gr.Radio(["YouTube URL", "Audio File"], label="Input Type", value="Audio File", info="Please consider using the audio file if you face any issues with the YouTube URL. Currently youtube is banning HuggingFace IP Addresses.", interactive=False)
|
174 |
with gr.Row():
|
175 |
youtube_url = gr.Textbox(label="YouTube URL", visible=False, info="Input the full URL of the YouTube video you want to transcribe and summarize. Example: https://www.youtube.com/watch?v=VIDEO_ID")
|
176 |
audio_file = gr.File(label="Upload Audio File", visible=True, file_types=['.wav', '.flac', '.mp3'])
|