charliebaby2023
commited on
Commit
•
78de4d8
1
Parent(s):
c469318
Update app.py
Browse files
app.py
CHANGED
@@ -5,12 +5,13 @@ from datetime import datetime
|
|
5 |
|
6 |
now2=0
|
7 |
|
|
|
8 |
|
9 |
def get_current_time():
|
10 |
now = datetime.now()
|
11 |
now2=now
|
12 |
current_time = now2.strftime("%Y-%m-%d %H:%M:%S")
|
13 |
-
|
14 |
ki=f'{kii} {current_time}'
|
15 |
return ki
|
16 |
|
@@ -56,7 +57,7 @@ def gen_fn(model_str, prompt):
|
|
56 |
|
57 |
def make_me():
|
58 |
with gr.Tab('The Dream'):
|
59 |
-
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=
|
60 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
61 |
stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
|
62 |
gen_button.click(lambda s: gr.update(interactive = True), None, stop_button)
|
|
|
5 |
|
6 |
now2=0
|
7 |
|
8 |
+
kii = "nude femboy sissy with small penis, bound anal sex orgy party, perfect penis, oral sex, threesum, head between thighs, glans inside mouth, cuming from glans"
|
9 |
|
10 |
def get_current_time():
|
11 |
now = datetime.now()
|
12 |
now2=now
|
13 |
current_time = now2.strftime("%Y-%m-%d %H:%M:%S")
|
14 |
+
|
15 |
ki=f'{kii} {current_time}'
|
16 |
return ki
|
17 |
|
|
|
57 |
|
58 |
def make_me():
|
59 |
with gr.Tab('The Dream'):
|
60 |
+
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=kii ).style(container=False,min_width=1200)
|
61 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
62 |
stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
|
63 |
gen_button.click(lambda s: gr.update(interactive = True), None, stop_button)
|