Spaces:
Running
on
T4
Running
on
T4
oceansweep
commited on
Commit
•
af712f6
1
Parent(s):
a0fc051
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
@@ -249,6 +249,7 @@ def launch_ui(share_public=None, server_mode=False):
|
|
249 |
db_type = db_config['type']
|
250 |
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool")
|
251 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
|
|
252 |
with gr.Tabs():
|
253 |
with gr.TabItem("Transcription / Summarization / Ingestion"):
|
254 |
with gr.Tabs():
|
|
|
249 |
db_type = db_config['type']
|
250 |
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool")
|
251 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
252 |
+
gr.Markdown("Youtube has blocked this IP from anonymous access, so you'll need to pass session cookies for an auth'd session")
|
253 |
with gr.Tabs():
|
254 |
with gr.TabItem("Transcription / Summarization / Ingestion"):
|
255 |
with gr.Tabs():
|