Vaishakhh commited on
Commit
f677b84
1 Parent(s): aae65d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def get_fun(Input_txt):
81
  txt_paraphrase=txt_paraphrase+' '+tmp
82
  return txt_paraphrase
83
 
84
- iface = gr.Interface(fn=get_fun, inputs="text", outputs="text", title = "Ai Re-Phraser Q'Hackday")
85
  iface.launch(inline=False)
86
 
87
  """# New Section"""
81
  txt_paraphrase=txt_paraphrase+' '+tmp
82
  return txt_paraphrase
83
 
84
+ iface = gr.Interface(fn=get_fun, inputs="text", outputs="text", title = "Ai Re-Phraser")
85
  iface.launch(inline=False)
86
 
87
  """# New Section"""