DeltaSatellite1 commited on
Commit
ce747b6
·
verified ·
1 Parent(s): 1ae5eb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ demo = gr.Interface(
64
  gr.Textbox(label="Procrastination"),
65
 
66
  ],
67
- outputs="Score")
68
  demo.launch()
 
64
  gr.Textbox(label="Procrastination"),
65
 
66
  ],
67
+ outputs=gr.Textbox(label="Score"))
68
  demo.launch()