multimodalart HF Staff commited on
Commit
470324c
·
verified ·
1 Parent(s): 2263afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
224
  message = (
225
  "## ✨ Exclusive Access for PRO Users\n\n"
226
  "Thank you for your interest! This app is available exclusively for our Hugging Face **PRO** members.\n\n"
227
- "To unlock this and many other stuff, please consider upgrading your account.\n\n"
228
  "### [**Become a PRO Today!**](http://huggingface.co/subscribe/pro?source=nana_banana)"
229
  )
230
  return gr.update(visible=False), gr.update(visible=True, value=message)
 
224
  message = (
225
  "## ✨ Exclusive Access for PRO Users\n\n"
226
  "Thank you for your interest! This app is available exclusively for our Hugging Face **PRO** members.\n\n"
227
+ "To unlock this and many other cool stuff, please consider upgrading your account.\n\n"
228
  "### [**Become a PRO Today!**](http://huggingface.co/subscribe/pro?source=nana_banana)"
229
  )
230
  return gr.update(visible=False), gr.update(visible=True, value=message)