charliebaby2023 commited on
Commit
5930fd9
·
verified ·
1 Parent(s): 779cd45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ def process_text(input_text):
18
 
19
 
20
  def load_fn(models):
21
- prefilled_text = generate_text_with_random_number()
22
  global models_load
23
  models_load = {}
24
 
@@ -63,7 +63,7 @@ def gen_fn(model_str, prompt):
63
  with gr.Blocks() as demo:
64
  with gr.Tab('The Dream'):
65
  fn=process_text,
66
- txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=prefilled_text ).style(container=False,min_width=1200)
67
  #"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"
68
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
69
  stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
 
18
 
19
 
20
  def load_fn(models):
21
+
22
  global models_load
23
  models_load = {}
24
 
 
63
  with gr.Blocks() as demo:
64
  with gr.Tab('The Dream'):
65
  fn=process_text,
66
+ txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=generate_text_with_random_number() ).style(container=False,min_width=1200)
67
  #"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"
68
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
69
  stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)