Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,9 +119,9 @@ def main():
|
|
119 |
#share=args.share,
|
120 |
#)
|
121 |
demo = gr.Interface(
|
122 |
-
|
123 |
-
|
124 |
-
|
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 |
|