Spaces:
Running
Running
Update app.py
Browse filesFixed KoFi Link, changed a spacing in the wording.
app.py
CHANGED
@@ -415,8 +415,15 @@ with gr.Blocks() as demo:
|
|
415 |
# Add initial warnings (only once)
|
416 |
gr.Markdown(f"""
|
417 |
## **⚠️ IMPORTANT WARNINGS ⚠️**
|
418 |
-
This App is Coded by an LLM partially, and for more information please go here: [Ktiseos Nyx](https://github.com/Ktiseos-Nyx/Sdxl-to-diffusers). The colab edition of this may indeed break AUP. This space is running on CPU and in theory SHOULD work, but may be slow. Earth and Dusk/ Ktiseos Nyx does not have the enterprise budget for ZERO GPU or any gpu sadly! Thank you to the community, John6666 especially for coming to aid when gemini would NOT fix the requirements.
|
419 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
420 |
gr.Markdown(f"""**Understanding the 'Model to Load' Input:**
|
421 |
|
422 |
This field can accept any of the following:
|
@@ -437,7 +444,7 @@ with gr.Blocks() as demo:
|
|
437 |
placeholder="e.g., stabilityai/stable-diffusion-xl-base-1.0")
|
438 |
|
439 |
gr.Markdown("## Hugging Face Hub Configuration")
|
440 |
-
gr.Markdown("Your Access Token can be found here:[Token](https://huggingface.co/settings/tokens) **⚠️ IMPORTANT WARNINGS ⚠️** Do not share your token, and with reason you should refresh your token after use for security.")
|
441 |
hf_token = gr.Textbox(type="password", label="Hugging Face Token", placeholder="Your Hugging Face write token") #THIS IS NEEDED
|
442 |
with gr.Row():
|
443 |
orgs_name = gr.Textbox(label="Organization Name (Optional)", placeholder="Your organization name")
|
|
|
415 |
# Add initial warnings (only once)
|
416 |
gr.Markdown(f"""
|
417 |
## **⚠️ IMPORTANT WARNINGS ⚠️**
|
418 |
+
This App is Coded by an LLM partially, and for more information please go here: [Ktiseos Nyx](https://github.com/Ktiseos-Nyx/Sdxl-to-diffusers). The colab edition of this may indeed break AUP. This space is running on CPU and in theory SHOULD work, but may be slow. Earth and Dusk/ Ktiseos Nyx does not have the enterprise budget for ZERO GPU or any gpu sadly! Thank you to the community, John6666 especially for coming to aid when gemini would NOT fix the requirements.
|
419 |
""")
|
420 |
+
gr.HTML(
|
421 |
+
"""
|
422 |
+
<a href='https://ko-fi.com/Z8Z8L4EO' target='_blank'>
|
423 |
+
<img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' />
|
424 |
+
</a>
|
425 |
+
"""
|
426 |
+
)
|
427 |
gr.Markdown(f"""**Understanding the 'Model to Load' Input:**
|
428 |
|
429 |
This field can accept any of the following:
|
|
|
444 |
placeholder="e.g., stabilityai/stable-diffusion-xl-base-1.0")
|
445 |
|
446 |
gr.Markdown("## Hugging Face Hub Configuration")
|
447 |
+
gr.Markdown("Your Access Token can be found here: [Token](https://huggingface.co/settings/tokens) **⚠️ IMPORTANT WARNINGS ⚠️** Do not share your token, and with reason you should refresh your token after use for security.")
|
448 |
hf_token = gr.Textbox(type="password", label="Hugging Face Token", placeholder="Your Hugging Face write token") #THIS IS NEEDED
|
449 |
with gr.Row():
|
450 |
orgs_name = gr.Textbox(label="Organization Name (Optional)", placeholder="Your organization name")
|