Spaces:
Running
Running
moritalous
commited on
Commit
•
5e0955d
1
Parent(s):
a84424d
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
33 |
description="""<div style="width: fit-content; margin: 0 auto;">Gets HTML given by URL and converts it to Markdown.Does not support dynamically generated HTML such as React.</div>
|
34 |
<div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Reactなどの動的に生成されるHTMLには対応していません</div>
|
35 |
|
36 |
-
<a href="https://huggingface.co/spaces/moritalous/url-to-markdown-v2">New Version is here.</a>""",
|
37 |
inputs=[
|
38 |
gr.Text(label="URL", placeholder="https://*****"),
|
39 |
gr.CheckboxGroup(
|
|
|
33 |
description="""<div style="width: fit-content; margin: 0 auto;">Gets HTML given by URL and converts it to Markdown.Does not support dynamically generated HTML such as React.</div>
|
34 |
<div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Reactなどの動的に生成されるHTMLには対応していません</div>
|
35 |
|
36 |
+
<div style="width: fit-content; margin: 0 auto;"><a href="https://huggingface.co/spaces/moritalous/url-to-markdown-v2">New Version is here.</a></div>""",
|
37 |
inputs=[
|
38 |
gr.Text(label="URL", placeholder="https://*****"),
|
39 |
gr.CheckboxGroup(
|