ysharma HF staff commited on
Commit
4860fd0
1 Parent(s): 6efb87d

update layout

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -84,11 +84,12 @@ with block:
84
  """
85
  )
86
  with gr.Row():
87
- prompt_in = gr.Textbox(label="Type in a Prompt. This will be suffixed to 'a photo of <model name>', so prompt accordingly -", value="")
88
  with gr.Column():
89
- gr.Dropdown(label="Choose a dreamboooth model", value)
90
- button_in = gr.Button(label = "Generate Image using this model")
91
- image_out = gr.Image()
 
92
  with gr.Tabs():
93
  with gr.TabItem("Animal 🐨"):
94
  with gr.Row():
 
84
  """
85
  )
86
  with gr.Row():
87
+ prompt_in = gr.Textbox(label="Type in a Prompt in front of the given text..", value="")
88
  with gr.Column():
89
+ theme = gr.Radio(label="Pick a Theme",choices=["animal","science", "food", "landscape", "wildcard"] )
90
+ model_list = gr.Dropdown(label="Pick a Dreamboooth model", choices = []) # choices=
91
+ button_in = gr.Button(Value = "Generate Image")
92
+ image_out = gr.Image(label="Generated image with your choice of Dreambooth model")
93
  with gr.Tabs():
94
  with gr.TabItem("Animal 🐨"):
95
  with gr.Row():