Spaces:
Runtime error
Runtime error
TA
commited on
Commit
·
1a03255
1
Parent(s):
511e5e9
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ TITLE = "Image Prompter"
|
|
7 |
EXAMPLE_INPUT = "A Reflective cat between stars."
|
8 |
|
9 |
# Path to your local image file
|
10 |
-
enticing_image_path = "C:\Users\alain\Downloads"
|
11 |
|
12 |
html_temp = """
|
13 |
<div style="text-align: center; background-color: #f4f4f4; padding: 20px; border-radius: 10px; position: relative;">
|
|
|
7 |
EXAMPLE_INPUT = "A Reflective cat between stars."
|
8 |
|
9 |
# Path to your local image file
|
10 |
+
enticing_image_path = r"C:\Users\alain\Downloads\enticing_image.jpg"
|
11 |
|
12 |
html_temp = """
|
13 |
<div style="text-align: center; background-color: #f4f4f4; padding: 20px; border-radius: 10px; position: relative;">
|