Update app.py
Browse files
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
|
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()
|