drhead commited on
Commit
72f06ba
·
verified ·
1 Parent(s): 7130696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ custom_css = """
260
  """
261
 
262
  with gr.Blocks(css=custom_css) as demo:
263
- gr.Markdown("## Joint Tagger Project: JTP-PILOT² Demo **BETA**")
264
  original_image_state = gr.State() # stash a copy of the input image
265
  sorted_tag_score_state = gr.State(value={}) # stash a copy of the input image
266
  cam_state = gr.State()
 
260
  """
261
 
262
  with gr.Blocks(css=custom_css) as demo:
263
+ gr.Markdown("## Joint Tagger Project: JTP-PILOT Demo")
264
  original_image_state = gr.State() # stash a copy of the input image
265
  sorted_tag_score_state = gr.State(value={}) # stash a copy of the input image
266
  cam_state = gr.State()