Chris4K commited on
Commit
d45af61
1 Parent(s): 93ae85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,6 +185,6 @@ def func (message):
185
  #)
186
 
187
 
188
- app = gr.Interface(fn=factextraction, inputs="textbox", outputs="textbox", title="Conversation Bot")
189
  # create a public link, set `share=True` in `launch()
190
  app.launch()
 
185
  #)
186
 
187
 
188
+ app = gr.Interface(fn=func , inputs="textbox", outputs="textbox", title="Conversation Bot")
189
  # create a public link, set `share=True` in `launch()
190
  app.launch()