multimodalart HF staff commited on
Commit
444b5ce
1 Parent(s): 7dd98c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ with gr.Blocks(css="style.css") as demo:
394
  # caption_button = gr.Button("Caption Image")
395
  # with gr.TabItem('2. Add SEGA edit concepts', id=1):
396
  with gr.Box():
397
- intro_segs = gr.Markdown("Add/Remove New Concepts to your Image")
398
  # 1st SEGA concept
399
  with gr.Row().style(mobile_collapse=False, equal_height=True):
400
  with gr.Column(scale=3, min_width=100):
 
394
  # caption_button = gr.Button("Caption Image")
395
  # with gr.TabItem('2. Add SEGA edit concepts', id=1):
396
  with gr.Box():
397
+ intro_segs = gr.Markdown("Add/Remove New Concepts from your Image")
398
  # 1st SEGA concept
399
  with gr.Row().style(mobile_collapse=False, equal_height=True):
400
  with gr.Column(scale=3, min_width=100):