Yntec commited on
Commit
91b87bd
1 Parent(s): 2fa9f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def gen_fn(model_str, prompt):
43
 
44
 
45
  with gr.Blocks() as demo:
46
- with gr.Tab('The Dream'):
47
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4).style(container=False,min_width=1200)
48
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
49
  stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
 
43
 
44
 
45
  with gr.Blocks() as demo:
46
+ with gr.Tab('Toy World'):
47
  txt_input = gr.Textbox(label = 'Your prompt:', lines=4).style(container=False,min_width=1200)
48
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
49
  stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)