Spaces:
Build error
Build error
docs: update banner
Browse files
app.py
CHANGED
@@ -10,10 +10,9 @@ if getenv("SPACE_ID") == "nllg/AutomaTikZ":
|
|
10 |
link = "https://huggingface.co/spaces/nllg/AutomaTikZ?duplicate=true"
|
11 |
html = f'<a style="display:inline-block" href="{link}"> <img src="{badge}" alt="Duplicate this Space"> </a>'
|
12 |
message = dedent("""\
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
runtime.
|
17 |
""")
|
18 |
gr.Markdown(f'{get_banner()}\n{message}\n{html}')
|
19 |
demo.launch()
|
|
|
10 |
link = "https://huggingface.co/spaces/nllg/AutomaTikZ?duplicate=true"
|
11 |
html = f'<a style="display:inline-block" href="{link}"> <img src="{badge}" alt="Duplicate this Space"> </a>'
|
12 |
message = dedent("""\
|
13 |
+
The size of our models exceeds the resource constraints offered by the
|
14 |
+
free tier of Hugging Face Spaces. For full functionality, we recommend
|
15 |
+
duplicating this space on a padi private GPU runtime.
|
|
|
16 |
""")
|
17 |
gr.Markdown(f'{get_banner()}\n{message}\n{html}')
|
18 |
demo.launch()
|