Krooz commited on
Commit
ae6739d
·
verified ·
1 Parent(s): 18adec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ def run_model(report):
51
  return postprocess(outputs, tokenizer, report)
52
 
53
 
54
- iface = gr.Interface(fn=run_model, students_report="text", Status="text")
55
  iface.launch()
 
51
  return postprocess(outputs, tokenizer, report)
52
 
53
 
54
+ iface = gr.Interface(fn=run_model, inputs="text", outputs="text")
55
  iface.launch()