Farhan1572 commited on
Commit
54541ae
β€’
1 Parent(s): e96495d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def greet(context):
45
  pass
46
 
47
  response = ' '.join(paraphrased_text)
48
- return response
49
 
50
 
51
  iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Developed by Farhan Siddiqui")
45
  pass
46
 
47
  response = ' '.join(paraphrased_text)
48
+ return str(response)
49
 
50
 
51
  iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Developed by Farhan Siddiqui")