feng2022 commited on
Commit
801b823
1 Parent(s): 5177a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -119,9 +119,9 @@ def main():
119
  #share=args.share,
120
  #)
121
  demo = gr.Interface(
122
- track_score,
123
- gr.Number(label="Score"),
124
- gr.JSON(label="Top Scores")
125
  )
126
  demo.launch()
127
 
 
119
  #share=args.share,
120
  #)
121
  demo = gr.Interface(
122
+ track_score,
123
+ gr.Number(label="Score"),
124
+ gr.JSON(label="Top Scores")
125
  )
126
  demo.launch()
127