Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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)
|