Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from all_models import models
|
|
| 4 |
from datetime import datetime
|
| 5 |
|
| 6 |
now2 = 0
|
| 7 |
-
kii = "
|
| 8 |
|
| 9 |
def get_current_time():
|
| 10 |
now = datetime.now()
|
|
@@ -59,10 +59,10 @@ def make_me():
|
|
| 59 |
</div>
|
| 60 |
""")
|
| 61 |
with gr.Row():
|
| 62 |
-
output = [gr.Image(label=m, min_width=
|
| 63 |
current_models = [gr.Textbox(m, visible=True) for m in default_models]
|
| 64 |
for m, o in zip(current_models, output):
|
| 65 |
-
gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|
| 66 |
stop_button.click(lambda s: gr.update(interactive=False), None, stop_button, cancels=[gen_event])
|
| 67 |
with gr.Accordion('Model selection'):
|
| 68 |
model_choice = gr.CheckboxGroup(models, label=f'Choose up to {num_models} different models from the 800 available!', value=default_models, multiselect=True, max_choices=num_models, interactive=True, filterable=False)
|
|
|
|
| 4 |
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 |
|
| 9 |
def get_current_time():
|
| 10 |
now = datetime.now()
|
|
|
|
| 59 |
</div>
|
| 60 |
""")
|
| 61 |
with gr.Row():
|
| 62 |
+
output = [gr.Image(label=m, min_width=200) for m in default_models]
|
| 63 |
current_models = [gr.Textbox(m, visible=True) for m in default_models]
|
| 64 |
for m, o in zip(current_models, output):
|
| 65 |
+
#gen_event = gen_button.click(gen_fn, [m, txt_input], o)
|
| 66 |
stop_button.click(lambda s: gr.update(interactive=False), None, stop_button, cancels=[gen_event])
|
| 67 |
with gr.Accordion('Model selection'):
|
| 68 |
model_choice = gr.CheckboxGroup(models, label=f'Choose up to {num_models} different models from the 800 available!', value=default_models, multiselect=True, max_choices=num_models, interactive=True, filterable=False)
|