potamides commited on
Commit
9eb20d6
1 Parent(s): 64b597d
Files changed (1) hide show
  1. app.py +1 -1
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 padi private GPU runtime.
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()