theodotus commited on
Commit
7ff97c2
·
1 Parent(s): 9aad3e9

Remove gr.inputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def accentification(sentence):
15
 
16
  iface = gr.Interface(
17
  fn=accentification,
18
- inputs=gr.inputs.Textbox(label="Input"),
19
- outputs=gr.outputs.Textbox(label="Stressed"),
20
  examples=[
21
  "Помилки вчать людей. Молодець, ти не зробив жодної помилки.",
22
  "Роботи підкорять світ, але від роботи не втечеш",
 
15
 
16
  iface = gr.Interface(
17
  fn=accentification,
18
+ inputs=gr.Textbox(label="Input"),
19
+ outputs=gr.Textbox(label="Stressed"),
20
  examples=[
21
  "Помилки вчать людей. Молодець, ти не зробив жодної помилки.",
22
  "Роботи підкорять світ, але від роботи не втечеш",