potamides commited on
Commit
64b597d
·
1 Parent(s): c2cb9cb

docs: update banner

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- Unfortunately, the resource limitations of free Hugging Face Spaces
14
- prevent the full model from running. To access the complete
15
- capabilities, we recommend duplicating this space to a paid private GPU
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()