Yntec commited on
Commit
d1e6efe
1 Parent(s): 2ef09e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(css=css) as demo:
104
  </div>
105
  """
106
  )
107
- with gr.Tab('Toy World'):
108
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
109
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
110
  #stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)
 
104
  </div>
105
  """
106
  )
107
+ with gr.Tab('Mini Toy World'):
108
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
109
  gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
110
  #stop_button = gr.Button('Stop', variant = 'secondary', interactive = False)