Slycat commited on
Commit
ea79fac
1 Parent(s): d3926ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ def main(question):
38
  fn_index=4
39
  )
40
 
41
- return answer
 
42
 
43
 
44
  demo = gr.Interface(main,"text","text")
 
38
  fn_index=4
39
  )
40
 
41
+ output = answer
42
+ return output
43
 
44
 
45
  demo = gr.Interface(main,"text","text")