charliebaby2023
commited on
Commit
•
b21c027
1
Parent(s):
53b0019
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,11 @@ def get_current_time():
|
|
8 |
now = datetime.now()
|
9 |
# Format the time as a string
|
10 |
current_time = now.strftime("%Y-%m-%d %H:%M:%S")
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
|
13 |
|
14 |
|
@@ -83,7 +87,7 @@ def make_me():
|
|
83 |
|
84 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
85 |
stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
|
86 |
-
gen_button.click(lambda s: gr.update(interactive = True), None, stop_button)
|
87 |
gr.HTML(
|
88 |
"""
|
89 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
|
|
8 |
now = datetime.now()
|
9 |
# Format the time as a string
|
10 |
current_time = now.strftime("%Y-%m-%d %H:%M:%S")
|
11 |
+
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"
|
12 |
+
ki=f'{kii} {current_time}'
|
13 |
+
return ki
|
14 |
+
|
15 |
+
#return current_time
|
16 |
|
17 |
|
18 |
|
|
|
87 |
|
88 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
89 |
stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
|
90 |
+
gen_button.click(fn=get_current_time, outputs=txt_input, lambda s: gr.update(interactive = True), None, stop_button)
|
91 |
gr.HTML(
|
92 |
"""
|
93 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|