Halo Master commited on
Commit
7bb1e39
1 Parent(s): 8e20523
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ examples = [
51
 
52
  iface = gr.Interface(
53
  fn=answer,
54
- inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
55
- outputs=gr.outputs.Textbox(label="Generated Text"),
56
  examples=examples
57
  )
58
  iface.launch()
 
51
 
52
  iface = gr.Interface(
53
  fn=answer,
54
+ inputs=gr.Textbox(lines=5, label="Input Text"),
55
+ outputs=gr.Textbox(label="Generated Text"),
56
  examples=examples
57
  )
58
  iface.launch()