charliebaby2023 commited on
Commit
bdcf524
1 Parent(s): 8fc64ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def gen_fn(model_str, prompt):
62
 
63
 
64
 
65
- def make_me():
66
  with gr.Tab('The Dream'):
67
  fn=process_text,
68
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=generate_text_with_random_number() ).style(container=False,min_width=1200)
 
62
 
63
 
64
 
65
+ def make_me():
66
  with gr.Tab('The Dream'):
67
  fn=process_text,
68
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=generate_text_with_random_number() ).style(container=False,min_width=1200)