Spaces:
Build error
Build error
fix: typo
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ if getenv("SPACE_ID") == "nllg/AutomaTikZ":
|
|
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
|
16 |
""")
|
17 |
gr.Markdown(f'{get_banner()}\n{message}\n{html}')
|
18 |
demo.launch()
|
|
|
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 paid private GPU runtime.
|
16 |
""")
|
17 |
gr.Markdown(f'{get_banner()}\n{message}\n{html}')
|
18 |
demo.launch()
|