openfree commited on
Commit
f9b2c18
β€’
1 Parent(s): c5147b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -715,7 +715,7 @@ def create_interface():
715
  )
716
  with gr.Column(scale=2):
717
  spaces_sort = gr.Radio(
718
- choices=["rank", "rising_rate", "popularity"],
719
  value="rank",
720
  label="πŸ“Š Sort by",
721
  interactive=True,
@@ -742,7 +742,7 @@ def create_interface():
742
  )
743
  with gr.Column(scale=2):
744
  models_sort = gr.Radio(
745
- choices=["rank", "rising_rate", "popularity"],
746
  value="rank",
747
  label="πŸ“Š Sort by",
748
  interactive=True,
@@ -770,7 +770,7 @@ def create_interface():
770
  )
771
  with gr.Column(scale=2):
772
  datasets_sort = gr.Radio(
773
- choices=["rank", "rising_rate", "popularity"],
774
  value="rank",
775
  label="πŸ“Š Sort by",
776
  interactive=True,
 
715
  )
716
  with gr.Column(scale=2):
717
  spaces_sort = gr.Radio(
718
+ choices=["Rank", "Rising_Rate", "Popularity"],
719
  value="rank",
720
  label="πŸ“Š Sort by",
721
  interactive=True,
 
742
  )
743
  with gr.Column(scale=2):
744
  models_sort = gr.Radio(
745
+ choices=["Rank", "Rising_Rate", "Popularity"],
746
  value="rank",
747
  label="πŸ“Š Sort by",
748
  interactive=True,
 
770
  )
771
  with gr.Column(scale=2):
772
  datasets_sort = gr.Radio(
773
+ choices=["Rank", "Rising_Rate", "Popularity"],
774
  value="rank",
775
  label="πŸ“Š Sort by",
776
  interactive=True,