Commit ·
cca40b2
1
Parent(s): ce9ec1e
fix: Update info message for URL input to clarify extraction limitations
Browse files- yomitalk/app.py +1 -1
yomitalk/app.py
CHANGED
|
@@ -854,7 +854,7 @@ class PaperPodcastApp:
|
|
| 854 |
url_input = gr.Textbox(
|
| 855 |
placeholder="https://example.com/page",
|
| 856 |
label="WebページのURLを入力",
|
| 857 |
-
info="YouTube
|
| 858 |
lines=2,
|
| 859 |
)
|
| 860 |
url_extract_btn = gr.Button(
|
|
|
|
| 854 |
url_input = gr.Textbox(
|
| 855 |
placeholder="https://example.com/page",
|
| 856 |
label="WebページのURLを入力",
|
| 857 |
+
info="注: Hugging Face Spacesで利用する場合はYouTubeなどの一部サイトからの抽出ができません",
|
| 858 |
lines=2,
|
| 859 |
)
|
| 860 |
url_extract_btn = gr.Button(
|