K00B404 commited on
Commit
33a9cb1
·
verified ·
1 Parent(s): 87dd103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(input_text):
15
  decoded_prediction = tokenizer.decode(outputs[0], skip_special_tokens=True)
16
  return decoded_prediction
17
 
18
- iface = gr.Interface(fn=predict,
19
  inputs=gr.inputs.Textbox(lines=2,
20
  placeholder="Enter your text..."),
21
  outputs="text",
 
15
  decoded_prediction = tokenizer.decode(outputs[0], skip_special_tokens=True)
16
  return decoded_prediction
17
 
18
+ iface = gr.Interface(fn=predict,
19
  inputs=gr.inputs.Textbox(lines=2,
20
  placeholder="Enter your text..."),
21
  outputs="text",