Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from datetime import datetime
|
|
| 5 |
|
| 6 |
now2 = 0
|
| 7 |
#kii = "femboys crawling, anal oral sex orgy, pulling anus open with fingers, laying on couch, glans in mouth, tiny penis, tiny testicles, long flowing hair, perfect hands , perfect fingers, ass above face, holding legs back, squirting dairy cream from anus, peeing from glans, peeing in mouth, "
|
| 8 |
-
kii = "femboys
|
| 9 |
|
| 10 |
def get_current_time():
|
| 11 |
now = datetime.now()
|
|
@@ -61,7 +61,7 @@ def make_me():
|
|
| 61 |
# </div>
|
| 62 |
#""")
|
| 63 |
with gr.Row():
|
| 64 |
-
output = [gr.Image(label=m, min_width=
|
| 65 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]
|
| 66 |
for m, o in zip(current_models, output):
|
| 67 |
gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|
|
@@ -77,6 +77,16 @@ def make_me():
|
|
| 77 |
</p>
|
| 78 |
""")
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
with gr.Blocks(css="div.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}") as demo:
|
| 81 |
make_me()
|
| 82 |
|
|
|
|
| 5 |
|
| 6 |
now2 = 0
|
| 7 |
#kii = "femboys crawling, anal oral sex orgy, pulling anus open with fingers, laying on couch, glans in mouth, tiny penis, tiny testicles, long flowing hair, perfect hands , perfect fingers, ass above face, holding legs back, squirting dairy cream from anus, peeing from glans, peeing in mouth, "
|
| 8 |
+
kii = "femboys, mohawk, apocolytic desert, comic illustration, anal oral sex orgy, pulling anus open with fingers, bending over hood car, tiny penis, tiny testicles, perfect hands , perfect fingers, peeing from glans, peeing in mouth, "
|
| 9 |
|
| 10 |
def get_current_time():
|
| 11 |
now = datetime.now()
|
|
|
|
| 61 |
# </div>
|
| 62 |
#""")
|
| 63 |
with gr.Row():
|
| 64 |
+
output = [gr.Image(label=m, min_width=170, height=170) for m in default_models]
|
| 65 |
current_models = [gr.Textbox(m, visible=False) for m in default_models]
|
| 66 |
for m, o in zip(current_models, output):
|
| 67 |
gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|
|
|
|
| 77 |
</p>
|
| 78 |
""")
|
| 79 |
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
js_code = """
|
| 83 |
+
document.addEventListener('pointerdown', function() {
|
| 84 |
+
|
| 85 |
+
console.log('ghgh')
|
| 86 |
+
});
|
| 87 |
+
"""
|
| 88 |
+
|
| 89 |
+
|
| 90 |
with gr.Blocks(css="div.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}") as demo:
|
| 91 |
make_me()
|
| 92 |
|