anson-huang commited on
Commit
d1bafa0
Β·
1 Parent(s): a43af24

tab change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with demo:
98
  with gr.TabItem("πŸ… Detector Leaderboard", elem_id="detector-benchmark-tab-table", id=0):
99
  with gr.TabItem("Generated Image Detection", elem_id="detector-benchmark-tab-table-1", id=3):
100
  leaderboard = init_leaderboard(LEADERBOARD_DF)
101
- with gr.TabItem("In-n-out-painting Detection", elem_id="detector-benchmark-tab-table-2", id=4):
102
  leaderboard = init_leaderboard(LEADERBOARD_DF)
103
 
104
  with gr.TabItem("πŸ” Detector Playground ", elem_id="detector-playground-tab-table", id=1):
 
98
  with gr.TabItem("πŸ… Detector Leaderboard", elem_id="detector-benchmark-tab-table", id=0):
99
  with gr.TabItem("Generated Image Detection", elem_id="detector-benchmark-tab-table-1", id=3):
100
  leaderboard = init_leaderboard(LEADERBOARD_DF)
101
+ with gr.TabItem("Edited Image Detection", elem_id="detector-benchmark-tab-table-2", id=4):
102
  leaderboard = init_leaderboard(LEADERBOARD_DF)
103
 
104
  with gr.TabItem("πŸ” Detector Playground ", elem_id="detector-playground-tab-table", id=1):