magicfixeseverything
commited on
Commit
·
e166347
1
Parent(s):
ccc6d78
Upload app.py
Browse files
app.py
CHANGED
@@ -576,7 +576,10 @@ if script_being_run_on_hugging_face == 1:
|
|
576 |
use_custom_hugging_face_cache_dir = 0
|
577 |
show_messages_in_modal_on_page = 0
|
578 |
|
579 |
-
ending_html = "
|
|
|
|
|
|
|
580 |
|
581 |
|
582 |
|
|
|
576 |
use_custom_hugging_face_cache_dir = 0
|
577 |
show_messages_in_modal_on_page = 0
|
578 |
|
579 |
+
ending_html = """
|
580 |
+
If you would like to download this app to run offline on a Windows computer that has a NVIDIA graphics card, click <a href=\"https://huggingface.co/spaces/magicfixeseverything/ai_image_creation/resolve/main/ai_image_creation.zip\">here</a> to download it.
|
581 |
+
|
582 |
+
""" + ending_html
|
583 |
|
584 |
|
585 |
|