rayl-aoit commited on
Commit
c64bdd7
·
verified ·
1 Parent(s): 4389dd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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
  """)