Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
21b9047
1
Parent(s):
8346cab
fix
Browse files- share_btn.py +2 -2
share_btn.py
CHANGED
@@ -60,8 +60,8 @@ share_js = """async () => {
|
|
60 |
|
61 |
const descriptionMd = `
|
62 |
### Prompt
|
63 |
-
- Prompt
|
64 |
-
- Negative prompt
|
65 |
|
66 |
#### Generated Image:
|
67 |
<img src="${urlInputImg}" />
|
|
|
60 |
|
61 |
const descriptionMd = `
|
62 |
### Prompt
|
63 |
+
- *Prompt*: ${inputPrompt}
|
64 |
+
- *Negative prompt*: ${negativePrompt}
|
65 |
|
66 |
#### Generated Image:
|
67 |
<img src="${urlInputImg}" />
|