Chris4K commited on
Commit
397de4d
1 Parent(s): fdc452d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ app = gr.Interface(
188
 
189
  app_sentiment = gr.Interface(fn=predict , inputs="textbox", outputs="textbox", title="Conversation Bot")
190
  # create a public link, set `share=True` in `launch()
191
- app_sentiment.launch()
192
 
193
  app_facts = gr.Interface(fn=factextraction , inputs="textbox", outputs="textbox", title="Conversation Bots")
194
  # create a public link, set `share=True` in `launch()
 
188
 
189
  app_sentiment = gr.Interface(fn=predict , inputs="textbox", outputs="textbox", title="Conversation Bot")
190
  # create a public link, set `share=True` in `launch()
191
+ #app_sentiment.launch()
192
 
193
  app_facts = gr.Interface(fn=factextraction , inputs="textbox", outputs="textbox", title="Conversation Bots")
194
  # create a public link, set `share=True` in `launch()