sundea commited on
Commit
49891f3
1 Parent(s): 582c5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_output(text):
25
 
26
 
27
 
28
- return prediction
29
 
30
  demo=gr.Interface(fn=get_output,inputs='text',outputs='text')
31
  demo.launch()
 
25
 
26
 
27
 
28
+ return output
29
 
30
  demo=gr.Interface(fn=get_output,inputs='text',outputs='text')
31
  demo.launch()