Spaces:
Running
Running
imseldrith
commited on
Commit
·
c3b5687
1
Parent(s):
b87bf07
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -144,11 +144,12 @@
|
|
144 |
<form action="/generate" method="POST" onsubmit="showGeneratingMessage()">
|
145 |
<div class="mb-3">
|
146 |
<label for="prompt" class="form-label">Prompt:</label>
|
147 |
-
<textarea id="prompt" name="prompt" class="form-control" rows="4" cols="50"></textarea>
|
148 |
</div>
|
149 |
<div class="mb-3">
|
150 |
<label for="style" class="form-label">Choose Style:</label>
|
151 |
<select id="style" name="style" class="form-select">
|
|
|
152 |
<option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option>
|
153 |
<option value="IMAGINE_V3">IMAGINE_V3</option>
|
154 |
<option value="IMAGINE_V1">IMAGINE_V1</option>
|
|
|
144 |
<form action="/generate" method="POST" onsubmit="showGeneratingMessage()">
|
145 |
<div class="mb-3">
|
146 |
<label for="prompt" class="form-label">Prompt:</label>
|
147 |
+
<textarea id="prompt" name="prompt" class="form-control" rows="4" cols="50" placeholder="Surprise me"></textarea>
|
148 |
</div>
|
149 |
<div class="mb-3">
|
150 |
<label for="style" class="form-label">Choose Style:</label>
|
151 |
<select id="style" name="style" class="form-select">
|
152 |
+
<option value="V4_CREATIVE">IMAGINE_V4_CREATIVE🎨</option>
|
153 |
<option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option>
|
154 |
<option value="IMAGINE_V3">IMAGINE_V3</option>
|
155 |
<option value="IMAGINE_V1">IMAGINE_V1</option>
|