minjibi commited on
Commit
9581f16
·
1 Parent(s): 272cc24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ examples = [
51
  }
52
  ]
53
 
54
- iface = gr.Interface(fn=predict, inputs="text", outputs="Question-Answer", examples=examples)
55
  iface.launch()
 
51
  }
52
  ]
53
 
54
+ iface = gr.Interface(fn=predict, inputs="text", outputs="text", examples=examples)
55
  iface.launch()