milyiyo commited on
Commit
2f251fd
1 Parent(s): f42ce1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def paraphrase_dummy(sentence: str, lang: str, count: str):
57
  return {'result': []}
58
 
59
 
60
- iface = gr.Interface(fn=paraphrase_dummy,
61
  inputs=[
62
  gr.inputs.Textbox(
63
  lines=2, placeholder=None, label='Sentence'),
 
57
  return {'result': []}
58
 
59
 
60
+ iface = gr.Interface(fn=paraphrase,
61
  inputs=[
62
  gr.inputs.Textbox(
63
  lines=2, placeholder=None, label='Sentence'),