SUPERFIRE777 commited on
Commit
efad4ba
1 Parent(s): 9d859d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def func(sentence):
33
  else:
34
  return result
35
 
36
- iface = gr.Interface(fn=analyze, inputs="text", outputs="text")
37
  iface.launch()
 
33
  else:
34
  return result
35
 
36
+ iface = gr.Interface(fn=func, inputs="text", outputs="text")
37
  iface.launch()