Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,13 +22,11 @@ with playground:
|
|
22 |
""")
|
23 |
|
24 |
with gr.TabItem("Image"):
|
25 |
-
radio, test_pipeline_button = create_tabs_header()
|
26 |
gr.Markdown("""
|
27 |
> Image Captioning
|
28 |
""")
|
29 |
|
30 |
with gr.TabItem("Name Entity"):
|
31 |
-
radio, test_pipeline_button = create_tabs_header()
|
32 |
gr.Markdown("""
|
33 |
> Name Entity Recognition
|
34 |
""")
|
|
|
22 |
""")
|
23 |
|
24 |
with gr.TabItem("Image"):
|
|
|
25 |
gr.Markdown("""
|
26 |
> Image Captioning
|
27 |
""")
|
28 |
|
29 |
with gr.TabItem("Name Entity"):
|
|
|
30 |
gr.Markdown("""
|
31 |
> Name Entity Recognition
|
32 |
""")
|