AhmedEwis commited on
Commit
927aaa2
1 Parent(s): 834042d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -633,4 +633,5 @@ iface = gr.Interface(fn=run_chain, inputs="text", outputs="text",
633
  title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him. ",
634
  description="Enter a question and get an answer from Shegardi.")
635
 
 
636
 
 
633
  title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him. ",
634
  description="Enter a question and get an answer from Shegardi.")
635
 
636
+ iface.launch(share=True)
637