mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-29 01:53:25 +02:00
Update ImageGeneration.vue
This commit is contained in:
@@ -243,7 +243,7 @@ defineProps({
|
|||||||
Generate Images, the decentralized way</h2>
|
Generate Images, the decentralized way</h2>
|
||||||
<h3>
|
<h3>
|
||||||
<br>
|
<br>
|
||||||
<input class="c-Input" autofocus placeholder="A purple Ostrich..." v-model="message" @keyup.enter="generate_image(message)" @keydown.enter="nextInput">
|
<input class="c-Input" autofocus placeholder="A purple ostrich..." v-model="message" @keyup.enter="generate_image(message)" @keydown.enter="nextInput">
|
||||||
<button class="v-Button" @click="generate_image(message)">Generate Image</button>
|
<button class="v-Button" @click="generate_image(message)">Generate Image</button>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user