charliebaby2023
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def gen_fn(model_str, prompt):
|
|
78 |
def make_me():
|
79 |
with gr.Tab('The Dream'):
|
80 |
fn=process_text,
|
81 |
-
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=
|
82 |
#"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"
|
83 |
|
84 |
time_textbox = gr.Textbox(label="Current Time")
|
|
|
78 |
def make_me():
|
79 |
with gr.Tab('The Dream'):
|
80 |
fn=process_text,
|
81 |
+
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=get_current_time() ).style(container=False,min_width=1200)
|
82 |
#"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"
|
83 |
|
84 |
time_textbox = gr.Textbox(label="Current Time")
|