zenafey commited on
Commit
ebb734c
·
1 Parent(s): 1ffff05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(css=css) as demo:
284
  value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).<br> For more features and faster gen times check out our [API Docs](https://docs.prodia.com/reference/getting-started-guide)")
285
 
286
  with gr.Tabs() as tabs:
287
- with gr.Tab("txt2img", id='t2i'):
288
  with gr.Row():
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
 
284
  value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).<br> For more features and faster gen times check out our [API Docs](https://docs.prodia.com/reference/getting-started-guide)")
285
 
286
  with gr.Tabs() as tabs:
287
+ with gr.Tab("txt2img", id='t2i', container=False):
288
  with gr.Row():
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",