AhmedEwis commited on
Commit
c3807de
1 Parent(s): c106371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def ask_ai(query):
65
  iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text", 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. ",
66
  description="Enter a question and get an answer from Shegardi.")
67
 
68
- iface.launch(share = True)
69
 
70
 
71
 
 
65
  iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text", 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. ",
66
  description="Enter a question and get an answer from Shegardi.")
67
 
68
+ iface.launch()
69
 
70
 
71