VasudevaK commited on
Commit
b746c0c
·
1 Parent(s): 0acf6d0

added code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def generator(input=None):
93
  if(out2):
94
  response.append(out2)
95
 
96
- return response[0] # think of doing this
97
 
98
  iface = gr.Interface(fn=generator, inputs="text", outputs="text")
99
  iface.launch()
 
93
  if(out2):
94
  response.append(out2)
95
 
96
+ return response # think of doing this
97
 
98
  iface = gr.Interface(fn=generator, inputs="text", outputs="text")
99
  iface.launch()