Shredder commited on
Commit
5dc5247
1 Parent(s): 70b186b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ def get_sustainability(text):
36
  #b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
37
 
38
 
39
- iface = gr.Interface(fn=get_sustainability, inputs="textbox", title="CONBERT",description="SUSTAINABILITY TOOL", outputs="textbox", allow_flagging="never")
40
  iface.launch()
36
  #b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
37
 
38
 
39
+ iface = gr.Interface(fn=get_sustainability, inputs="textbox", title="CONBERT",description="SUSTAINABILITY TOOL", outputs=gr.HighlightedText(), allow_flagging="never")
40
  iface.launch()