sxela commited on
Commit
bc42778
Β·
1 Parent(s): b61aba8

move promts

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -232,10 +232,9 @@ with demo:
232
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=sxela_dd_custom_model_hf_space)
233
  """)
234
 
235
- with gr.Tabs():
236
- with gr.TabItem("Main"):
237
- with gr.Row():
238
  text = gr.Textbox(placeholder="Enter a description of a face", label='Text prompt', value="A beautiful girl by Greg Rutkowski")
 
239
  with gr.TabItem("Settings"):
240
  with gr.Row():
241
  # with gr.Group():
 
232
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=sxela_dd_custom_model_hf_space)
233
  """)
234
 
235
+ with gr.Row():
 
 
236
  text = gr.Textbox(placeholder="Enter a description of a face", label='Text prompt', value="A beautiful girl by Greg Rutkowski")
237
+ with gr.Tabs():
238
  with gr.TabItem("Settings"):
239
  with gr.Row():
240
  # with gr.Group():