Spaces:
Running
Running
Update app.py
Browse files
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)
|