AhmedEwis commited on
Commit
6e76a6f
1 Parent(s): 5500e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def ask_ai(query):
113
  import gradio as gr
114
  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.",
115
  description="Enter a question and get an answer from Shegardi.")
116
- iface.launch(share=True)
117
 
118
 
119
 
 
113
  import gradio as gr
114
  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.",
115
  description="Enter a question and get an answer from Shegardi.")
116
+ iface.launch()
117
 
118
 
119