dfki-nlp commited on
Commit
b9806d6
·
1 Parent(s): 27c0e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict(text):
55
 
56
  iface = gr.Interface(
57
  fn=predict,
58
- inputs=gr.inputs.Textbox(
59
  lines=5,
60
  default="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
61
  ),
 
55
 
56
  iface = gr.Interface(
57
  fn=predict,
58
+ inputs=gr.Textbox(
59
  lines=5,
60
  default="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
61
  ),