Tony Lian commited on
Commit
1b9b216
β€’
1 Parent(s): 160401d

Update the labels to examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(
152
  outputs=[output],
153
  fn=get_lmd_prompt,
154
  cache_examples=cache_examples,
155
- label="example_stage1"
156
  )
157
 
158
  with gr.Tab("Stage 2 (New). Layout to Image generation"):
@@ -197,7 +197,7 @@ with gr.Blocks(
197
  outputs=[gallery],
198
  fn=get_ours_image,
199
  cache_examples=cache_examples,
200
- label="example_ours"
201
  )
202
 
203
  with gr.Tab("Baseline: Stable Diffusion"):
@@ -219,7 +219,7 @@ with gr.Blocks(
219
  outputs=[gallery],
220
  fn=get_baseline_image,
221
  cache_examples=cache_examples,
222
- label="example_sd"
223
  )
224
 
225
  g.launch()
 
152
  outputs=[output],
153
  fn=get_lmd_prompt,
154
  cache_examples=cache_examples,
155
+ label="Examples"
156
  )
157
 
158
  with gr.Tab("Stage 2 (New). Layout to Image generation"):
 
197
  outputs=[gallery],
198
  fn=get_ours_image,
199
  cache_examples=cache_examples,
200
+ label="Examples"
201
  )
202
 
203
  with gr.Tab("Baseline: Stable Diffusion"):
 
219
  outputs=[gallery],
220
  fn=get_baseline_image,
221
  cache_examples=cache_examples,
222
+ label="Examples"
223
  )
224
 
225
  g.launch()