el-filatova commited on
Commit
e6ae364
·
verified ·
1 Parent(s): 2e8011b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict(text):
28
  return output
29
 
30
 
31
- iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="ah, what a pang of aching sharp surprise")], outputs="text")
32
  iface.launch()
33
 
34
 
 
28
  return output
29
 
30
 
31
+ iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="The feedback received was generally constructive with some areas for improvement highlighted.")], outputs="text")
32
  iface.launch()
33
 
34